Searched refs:vfs_setxattr (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/cachefiles/ |
D | xattr.c | 70 ret = vfs_setxattr(&nop_mnt_idmap, dentry, in cachefiles_set_object_xattr() 226 ret = vfs_setxattr(&nop_mnt_idmap, dentry, in cachefiles_set_volume_xattr()
|
/linux-6.12.1/include/linux/ |
D | xattr.h | 85 int vfs_setxattr(struct mnt_idmap *, struct dentry *, const char *,
|
/linux-6.12.1/fs/ |
D | xattr.c | 304 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_setxattr() function 335 EXPORT_SYMBOL_GPL(vfs_setxattr); 629 return vfs_setxattr(idmap, dentry, ctx->kname->name, in do_setxattr()
|
/linux-6.12.1/fs/overlayfs/ |
D | overlayfs.h | 314 int err = vfs_setxattr(ovl_upper_mnt_idmap(ofs), dentry, name, in ovl_do_setxattr()
|
/linux-6.12.1/fs/smb/server/ |
D | vfs.c | 948 err = vfs_setxattr(idmap, in ksmbd_vfs_setxattr()
|