Searched refs:__v9fs_get_acl (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/9p/
H A Dacl.c61 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, const char *name) function
92 dacl = __v9fs_get_acl(fid, XATTR_NAME_POSIX_ACL_DEFAULT);
93 pacl = __v9fs_get_acl(fid, XATTR_NAME_POSIX_ACL_ACCESS);

Completed in 101 milliseconds