Home
last modified time | relevance | path

Searched refs:do_ovl_get_acl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h708 struct posix_acl *do_ovl_get_acl(struct mnt_idmap *idmap,
714 return do_ovl_get_acl(&nop_mnt_idmap, inode, type, rcu, true); in ovl_get_inode_acl()
719 return do_ovl_get_acl(idmap, d_inode(dentry), type, false, false); in ovl_get_acl()
H A Dinode.c565 struct posix_acl *do_ovl_get_acl(struct mnt_idmap *idmap, in do_ovl_get_acl() function