Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dxattr.h94 int vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
/linux/fs/
H A Dxattr.c566 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_removexattr() function
587 EXPORT_SYMBOL_GPL(vfs_removexattr);
1010 return vfs_removexattr(idmap, d, name); in removexattr()
/linux/fs/cachefiles/
H A Dxattr.c170 ret = vfs_removexattr(&nop_mnt_idmap, dentry, in cachefiles_remove_object_xattr()
/linux/fs/overlayfs/
H A Doverlayfs.h341 int err = vfs_removexattr(ovl_upper_mnt_idmap(ofs), dentry, name); in ovl_do_removexattr()
/linux/fs/smb/server/
H A Dvfs.c1002 err = vfs_removexattr(idmap, path->dentry, attr_name); in ksmbd_vfs_remove_xattr()