Home
last modified time | relevance | path

Searched refs:vfs_getxattr (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/fs/cachefiles/
H A Dxattr.c57 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type()
174 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata()
216 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dxattr.c111 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen); in cachefiles_check_auxdata()
252 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, len); in cachefiles_check_volume_xattr()
/kernel/linux/linux-5.10/include/linux/
H A Dxattr.h51 ssize_t vfs_getxattr(struct dentry *, const char *, void *, size_t);
/kernel/linux/linux-6.6/include/linux/
H A Dxattr.h75 ssize_t vfs_getxattr(struct mnt_idmap *, struct dentry *, const char *,
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dcopy_up.c96 size = vfs_getxattr(old, name, value, value_size); in ovl_copy_xattr()
98 size = vfs_getxattr(old, name, NULL, 0); in ovl_copy_xattr()
797 res = vfs_getxattr(dentry, name, NULL, 0); in ovl_getxattr()
806 res = vfs_getxattr(dentry, name, buf, res); in ovl_getxattr()
H A Dinode.c350 err = vfs_getxattr(realdentry, name, NULL, 0); in ovl_xattr_set()
391 res = vfs_getxattr(realdentry, name, value, size); in ovl_xattr_get()
H A Doverlayfs.h187 return vfs_getxattr(dentry, name, value, size); in ovl_do_getxattr()
/kernel/linux/linux-5.10/fs/
H A Dxattr.c380 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() function
408 EXPORT_SYMBOL_GPL(vfs_getxattr); variable
635 error = vfs_getxattr(d, kname, kvalue, size); in getxattr()
/kernel/linux/linux-6.6/security/integrity/evm/
H A Devm_crypto.c281 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry, in evm_calc_hmac_or_hash()
/kernel/linux/linux-6.6/fs/
H A Dxattr.c429 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr() function
459 EXPORT_SYMBOL_GPL(vfs_getxattr); variable
739 error = vfs_getxattr(idmap, d, kname, ctx->kvalue, ctx->size); in do_getxattr()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dinode.c371 err = vfs_getxattr(mnt_idmap(realpath.mnt), realdentry, name, NULL, 0); in ovl_xattr_set()
413 res = vfs_getxattr(mnt_idmap(realpath.mnt), realpath.dentry, name, value, size); in ovl_xattr_get()
H A Doverlayfs.h265 err = vfs_getxattr(mnt_idmap(path->mnt), path->dentry, in ovl_do_getxattr()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_server.c326 err = vfs_getxattr(file_path.dentry, DATA_SEC_LEVEL_LABEL, value, in check_sec_level()
1951 err = vfs_getxattr(path.dentry, name, NULL, size); in hmdfs_server_getxattr()
1953 err = vfs_getxattr(path.dentry, name, resp->value, size); in hmdfs_server_getxattr()
H A Dmain.c74 res = vfs_getxattr(lower_path.dentry, name, value, size); in hmdfs_xattr_local_get()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c502 if (vfs_getxattr(dentry, NFSD_JUNCTION_XATTR_NAME, NULL, 0) <= 0) in nfsd4_is_junction()
2156 len = vfs_getxattr(dentry, name, NULL, 0); in nfsd_getxattr()
2183 len = vfs_getxattr(dentry, name, buf, len); in nfsd_getxattr()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c600 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction()
2216 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, NULL, 0); in nfsd_getxattr()
2243 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, buf, len); in nfsd_getxattr()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_server.c326 err = vfs_getxattr(&nop_mnt_idmap, file_path.dentry, DATA_SEC_LEVEL_LABEL, value, in check_sec_level()
1951 err = vfs_getxattr(&nop_mnt_idmap, path.dentry, name, NULL, size); in hmdfs_server_getxattr()
1953 err = vfs_getxattr(&nop_mnt_idmap, path.dentry, name, resp->value, size); in hmdfs_server_getxattr()
H A Dmain.c74 res = vfs_getxattr(&nop_mnt_idmap, lower_path.dentry, name, value, size); in hmdfs_xattr_local_get()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.c872 return vfs_getxattr(idmap, dentry, xattr_name, NULL, 0); in ksmbd_vfs_xattr_len()
900 xattr_len = vfs_getxattr(idmap, dentry, xattr_name, in ksmbd_vfs_getxattr()

Completed in 28 milliseconds