Searched refs:jffs2_get_acl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | acl.h | 30 struct posix_acl *jffs2_get_acl(struct inode *inode, int type); 37 #define jffs2_get_acl (NULL) macro
|
H A D | acl.c | 176 struct posix_acl *jffs2_get_acl(struct inode *inode, int type) in jffs2_get_acl() function
|
H A D | file.c | 67 .get_acl = jffs2_get_acl,
|
H A D | dir.c | 62 .get_acl = jffs2_get_acl,
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | acl.h | 30 struct posix_acl *jffs2_get_acl(struct inode *inode, int type, bool rcu); 38 #define jffs2_get_acl (NULL) macro
|
H A D | acl.c | 176 struct posix_acl *jffs2_get_acl(struct inode *inode, int type, bool rcu) in jffs2_get_acl() function
|
H A D | file.c | 67 .get_inode_acl = jffs2_get_acl,
|
H A D | dir.c | 65 .get_inode_acl = jffs2_get_acl,
|
Completed in 5 milliseconds