Searched refs:do_ovl_get_acl (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/overlayfs/ |
D | overlayfs.h | 758 struct posix_acl *do_ovl_get_acl(struct mnt_idmap *idmap, 764 return do_ovl_get_acl(&nop_mnt_idmap, inode, type, rcu, true); in ovl_get_inode_acl() 769 return do_ovl_get_acl(idmap, d_inode(dentry), type, false, false); in ovl_get_acl()
|
D | inode.c | 440 struct posix_acl *do_ovl_get_acl(struct mnt_idmap *idmap, in do_ovl_get_acl() function
|