Searched refs:ext4_get_acl (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/fs/ext4/ |
| H A D | acl.h | 58 struct posix_acl *ext4_get_acl(struct inode *inode, int type); 64 #define ext4_get_acl NULL macro
|
| H A D | acl.c | 145 ext4_get_acl(struct inode *inode, int type) in ext4_get_acl() function
|
| H A D | file.c | 939 .get_acl = ext4_get_acl,
|
| H A D | namei.c | 4320 .get_acl = ext4_get_acl, 4329 .get_acl = ext4_get_acl,
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| H A D | acl.h | 58 struct posix_acl *ext4_get_acl(struct inode *inode, int type, bool rcu); 65 #define ext4_get_acl NULL macro
|
| H A D | acl.c | 145 ext4_get_acl(struct inode *inode, int type, bool rcu) in ext4_get_acl() function
|
| H A D | file.c | 955 .get_inode_acl = ext4_get_acl,
|
| H A D | namei.c | 4233 .get_inode_acl = ext4_get_acl, 4244 .get_inode_acl = ext4_get_acl,
|
Completed in 14 milliseconds