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

/linux-master/include/linux/
H A Dxattr.h90 int vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
/linux-master/fs/cachefiles/
H A Dxattr.c153 ret = vfs_removexattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache);
/linux-master/fs/
H A Dxattr.c566 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, function
587 EXPORT_SYMBOL_GPL(vfs_removexattr); variable
917 return vfs_removexattr(idmap, d, kname);
/linux-master/fs/overlayfs/
H A Doverlayfs.h329 int err = vfs_removexattr(ovl_upper_mnt_idmap(ofs), dentry, name);
/linux-master/fs/smb/server/
H A Dvfs.c1069 err = vfs_removexattr(idmap, path->dentry, attr_name);

Completed in 157 milliseconds