Home
last modified time | relevance | path

Searched refs:v9fs_xattr_set (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/9p/
H A Dxattr.c96 int v9fs_xattr_set(struct dentry *dentry, const char *name, in v9fs_xattr_set() function
157 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
H A Dxattr.h31 extern int v9fs_xattr_set(struct dentry *, const char *,
H A Dacl.c257 return v9fs_xattr_set(dentry, handler->name, value, size, in v9fs_xattr_set_acl()
313 retval = v9fs_xattr_set(dentry, handler->name, value, size, flags); in v9fs_xattr_set_acl()