Home
last modified time | relevance | path

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

/Linux-v5.15/fs/9p/
Dxattr.c99 int v9fs_xattr_set(struct dentry *dentry, const char *name, in v9fs_xattr_set() function
167 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.c260 return v9fs_xattr_set(dentry, handler->name, value, size, in v9fs_xattr_set_acl()
317 retval = v9fs_xattr_set(dentry, handler->name, value, size, flags); in v9fs_xattr_set_acl()