Home
last modified time | relevance | path

Searched refs:vfs_remove_acl (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/linux/
Dposix_acl.h107 int vfs_remove_acl(struct mnt_idmap *idmap, struct dentry *dentry,
153 static inline int vfs_remove_acl(struct mnt_idmap *idmap, in vfs_remove_acl() function
/linux-6.12.1/fs/
Dposix_acl.c1210 int vfs_remove_acl(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_remove_acl() function
1261 EXPORT_SYMBOL_GPL(vfs_remove_acl);
Dxattr.c906 return vfs_remove_acl(idmap, d, name); in removexattr()
/linux-6.12.1/fs/overlayfs/
Doverlayfs.h352 return vfs_remove_acl(ovl_upper_mnt_idmap(ofs), dentry, acl_name); in ovl_do_remove_acl()
/linux-6.12.1/fs/smb/server/
Dvfs.c1353 err = vfs_remove_acl(idmap, path->dentry, name); in ksmbd_vfs_remove_acl_xattrs()