Searched refs:nfs3_get_acl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3_fs.h | 14 extern struct posix_acl *nfs3_get_acl(struct inode *inode, int type);
|
H A D | nfs3acl.c | 47 struct posix_acl *nfs3_get_acl(struct inode *inode, int type) in nfs3_get_acl() function
|
H A D | nfs3proc.c | 978 .get_acl = nfs3_get_acl, 989 .get_acl = nfs3_get_acl,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3_fs.h | 14 extern struct posix_acl *nfs3_get_acl(struct inode *inode, int type, bool rcu);
|
H A D | nfs3acl.c | 46 struct posix_acl *nfs3_get_acl(struct inode *inode, int type, bool rcu) in nfs3_get_acl() function
|
H A D | nfs3proc.c | 1001 .get_inode_acl = nfs3_get_acl, 1012 .get_inode_acl = nfs3_get_acl,
|
Completed in 6 milliseconds