Home
last modified time | relevance | path

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

/linux-2.6.39/fs/9p/
Dxattr.h30 extern int v9fs_xattr_set(struct dentry *, const char *,
Dacl.c159 retval = v9fs_xattr_set(dentry, name, buffer, size, 0); in v9fs_set_acl()
299 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_remote_set_acl()
383 retval = v9fs_xattr_set(dentry, name, value, size, flags); in v9fs_xattr_set_acl()
Dxattr_user.c71 retval = v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_user_set()
Dxattr.c111 int v9fs_xattr_set(struct dentry *dentry, const char *name, in v9fs_xattr_set() function