Searched refs:v9fs_get_acl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/ |
H A D | acl.h | 18 extern int v9fs_get_acl(struct inode *, struct p9_fid *); 28 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
|
H A D | vfs_super.c | 182 retval = v9fs_get_acl(inode, fid); in v9fs_mount()
|
H A D | acl.c | 56 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
|
H A D | vfs_inode_dotl.c | 133 retval = v9fs_get_acl(inode, fid); in v9fs_qid_iget_dotl()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | acl.h | 10 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid); 27 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
|
H A D | vfs_super.c | 181 retval = v9fs_get_acl(inode, fid); in v9fs_mount()
|
H A D | acl.c | 78 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
|
H A D | vfs_inode_dotl.c | 133 retval = v9fs_get_acl(inode, fid); in v9fs_qid_iget_dotl()
|
Completed in 5 milliseconds