Home
last modified time | relevance | path

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

/Linux-v4.19/fs/9p/
Dxattr.c96 int v9fs_xattr_set(struct dentry *dentry, const char *name, in v9fs_xattr_set() function
156 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
Dxattr.h31 extern int v9fs_xattr_set(struct dentry *, const char *,
Dacl.c256 return v9fs_xattr_set(dentry, handler->name, value, size, in v9fs_xattr_set_acl()
312 retval = v9fs_xattr_set(dentry, handler->name, value, size, flags); in v9fs_xattr_set_acl()