Searched refs:vfs_removexattr (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | xattr.h | 90 int vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
|
/openbmc/linux/fs/cachefiles/ |
H A D | xattr.c | 163 ret = vfs_removexattr(&nop_mnt_idmap, dentry, in cachefiles_remove_object_xattr()
|
/openbmc/linux/fs/ |
H A D | xattr.c | 567 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_removexattr() function 588 EXPORT_SYMBOL_GPL(vfs_removexattr); 908 return vfs_removexattr(idmap, d, name); in removexattr()
|
/openbmc/linux/fs/overlayfs/ |
H A D | overlayfs.h | 317 int err = vfs_removexattr(ovl_upper_mnt_idmap(ofs), dentry, name); in ovl_do_removexattr()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 1067 err = vfs_removexattr(idmap, path->dentry, attr_name); in ksmbd_vfs_remove_xattr()
|