Home
last modified time | relevance | path

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

/linux-4.19.296/fs/9p/
Dxattr.h31 extern int v9fs_xattr_set(struct dentry *, const char *,
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()
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()