Searched refs:vfs_get_acl (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | posix_acl.h | 110 struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, 151 static inline struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl() function
|
| /linux/fs/ |
| H A D | posix_acl.c | 1166 struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl() function 1198 EXPORT_SYMBOL_GPL(vfs_get_acl); 1290 acl = vfs_get_acl(idmap, dentry, acl_name); in do_get_acl()
|
| /linux/fs/overlayfs/ |
| H A D | inode.c | 401 real_acl = vfs_get_acl(idmap, path->dentry, acl_name); in ovl_get_acl_path() 489 real_acl = vfs_get_acl(mnt_idmap(realpath.mnt), realdentry, acl_name); in ovl_set_or_remove_acl()
|
| /linux/fs/ecryptfs/ |
| H A D | inode.c | 1125 return vfs_get_acl(idmap, ecryptfs_dentry_to_lower(dentry), in ecryptfs_get_acl()
|