Searched refs:ovl_get_acl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | inode.c | 444 struct posix_acl *ovl_get_acl(struct inode *inode, int type) in ovl_get_acl() function 499 .get_acl = ovl_get_acl, 517 .get_acl = ovl_get_acl,
|
H A D | overlayfs.h | 471 struct posix_acl *ovl_get_acl(struct inode *inode, int type);
|
H A D | dir.c | 1319 .get_acl = ovl_get_acl,
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 716 static inline struct posix_acl *ovl_get_acl(struct mnt_idmap *idmap, in ovl_get_acl() function 727 #define ovl_get_acl NULL macro
|
H A D | inode.c | 514 * > Maybe adding the check to ovl_get_acl() is the right way to go, but 872 .get_acl = ovl_get_acl, 894 .get_acl = ovl_get_acl,
|
H A D | dir.c | 1312 .get_acl = ovl_get_acl,
|
Completed in 10 milliseconds