Searched refs:vfs_set_acl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | posix_acl.h | 103 int vfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, 139 static inline int vfs_set_acl(struct mnt_idmap *idmap, in vfs_set_acl() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | posix_acl.c | 1079 * vfs_set_acl - set posix acls 1090 int vfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_set_acl() function 1154 EXPORT_SYMBOL_GPL(vfs_set_acl); variable 1280 error = vfs_set_acl(idmap, dentry, acl_name, acl); in do_set_acl()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 331 return vfs_set_acl(ovl_upper_mnt_idmap(ofs), dentry, acl_name, acl); in ovl_do_set_acl()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | inode.c | 1157 rc = vfs_set_acl(&nop_mnt_idmap, lower_dentry, in ecryptfs_set_acl()
|
Completed in 6 milliseconds