Home
last modified time | relevance | path

Searched refs:vfs_get_acl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dposix_acl.h105 struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap,
146 static inline struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl() function
/openbmc/linux/fs/
H A Dposix_acl.c1167 struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl() function
1199 EXPORT_SYMBOL_GPL(vfs_get_acl);
1291 acl = vfs_get_acl(idmap, dentry, acl_name); in do_get_acl()
/openbmc/linux/fs/overlayfs/
H A Dinode.c532 real_acl = vfs_get_acl(idmap, path->dentry, acl_name); in ovl_get_acl_path()
628 real_acl = vfs_get_acl(mnt_idmap(realpath.mnt), realdentry, in ovl_set_or_remove_acl()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c1145 return vfs_get_acl(idmap, ecryptfs_dentry_to_lower(dentry), in ecryptfs_get_acl()