Searched refs:jfs_get_acl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_acl.h | 10 struct posix_acl *jfs_get_acl(struct inode *inode, int type);
|
H A D | file.c | 133 .get_acl = jfs_get_acl,
|
H A D | acl.c | 17 struct posix_acl *jfs_get_acl(struct inode *inode, int type) in jfs_get_acl() function
|
H A D | namei.c | 1530 .get_acl = jfs_get_acl,
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_acl.h | 10 struct posix_acl *jfs_get_acl(struct inode *inode, int type, bool rcu);
|
H A D | acl.c | 17 struct posix_acl *jfs_get_acl(struct inode *inode, int type, bool rcu) in jfs_get_acl() function
|
H A D | file.c | 136 .get_inode_acl = jfs_get_acl,
|
H A D | namei.c | 1533 .get_inode_acl = jfs_get_acl,
|
Completed in 5 milliseconds