Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dxattr.h90 int vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
/Linux-v6.6/fs/cachefiles/
Dxattr.c153 ret = vfs_removexattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
/Linux-v6.6/fs/
Dxattr.c567 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_removexattr() function
588 EXPORT_SYMBOL_GPL(vfs_removexattr);
918 return vfs_removexattr(idmap, d, kname); in removexattr()
/Linux-v6.6/fs/overlayfs/
Doverlayfs.h317 int err = vfs_removexattr(ovl_upper_mnt_idmap(ofs), dentry, name); in ovl_do_removexattr()
/Linux-v6.6/fs/smb/server/
Dvfs.c1060 err = vfs_removexattr(idmap, path->dentry, attr_name); in ksmbd_vfs_remove_xattr()