Searched refs:v9fs_get_cached_acl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/ |
H A D | acl.c | 88 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl() function 113 return v9fs_get_cached_acl(inode, type); in v9fs_iop_get_acl() 157 acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS); in v9fs_acl_chmod() 194 acl = v9fs_get_cached_acl(dir, ACL_TYPE_DEFAULT); in v9fs_acl_mode() 230 acl = v9fs_get_cached_acl(inode, handler->flags); in v9fs_xattr_get_acl()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | acl.c | 110 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl() function 138 return v9fs_get_cached_acl(inode, type); in v9fs_iop_get_inode_acl() 151 return v9fs_get_cached_acl(d_inode(dentry), type); in v9fs_iop_get_acl() 289 acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS); in v9fs_acl_chmod() 326 acl = v9fs_get_cached_acl(dir, ACL_TYPE_DEFAULT); in v9fs_acl_mode()
|
Completed in 1 milliseconds