Searched refs:vfs_get_acl (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | posix_acl.h | 105 struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, 144 static inline struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl() function
|
/linux-6.3-rc2/fs/ |
A D | posix_acl.c | 1132 struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl() function 1164 EXPORT_SYMBOL_GPL(vfs_get_acl); 1258 acl = vfs_get_acl(idmap, dentry, acl_name); in do_get_acl()
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | inode.c | 525 real_acl = vfs_get_acl(idmap, path->dentry, acl_name); in ovl_get_acl_path() 621 real_acl = vfs_get_acl(mnt_idmap(realpath.mnt), realdentry, in ovl_set_or_remove_acl()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | inode.c | 1128 return vfs_get_acl(idmap, ecryptfs_dentry_to_lower(dentry), in ecryptfs_get_acl()
|
Completed in 10 milliseconds