Searched refs:erofs_get_acl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | xattr.h | 84 struct posix_acl *erofs_get_acl(struct inode *inode, int type); 86 #define erofs_get_acl (NULL) macro
|
H A D | inode.c | 360 .get_acl = erofs_get_acl, 367 .get_acl = erofs_get_acl, 374 .get_acl = erofs_get_acl,
|
H A D | namei.c | 248 .get_acl = erofs_get_acl,
|
H A D | xattr.c | 677 struct posix_acl *erofs_get_acl(struct inode *inode, int type) in erofs_get_acl() function
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | xattr.h | 68 struct posix_acl *erofs_get_acl(struct inode *inode, int type, bool rcu); 70 #define erofs_get_acl (NULL) macro
|
H A D | inode.c | 379 .get_inode_acl = erofs_get_acl, 387 .get_inode_acl = erofs_get_acl, 394 .get_inode_acl = erofs_get_acl,
|
H A D | namei.c | 222 .get_inode_acl = erofs_get_acl,
|
H A D | xattr.c | 523 struct posix_acl *erofs_get_acl(struct inode *inode, int type, bool rcu) in erofs_get_acl() function
|
Completed in 5 milliseconds