Home
last modified time | relevance | path

Searched refs:vfs_getxattr (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/fs/cachefiles/
Dxattr.c111 xlen = vfs_getxattr(&init_user_ns, dentry, cachefiles_xattr_cache, buf, tlen); in cachefiles_check_auxdata()
252 xlen = vfs_getxattr(&init_user_ns, dentry, cachefiles_xattr_cache, buf, len); in cachefiles_check_volume_xattr()
/Linux-v6.1/include/linux/
Dxattr.h53 ssize_t vfs_getxattr(struct user_namespace *, struct dentry *, const char *,
/Linux-v6.1/fs/
Dxattr.c412 vfs_getxattr(struct user_namespace *mnt_userns, struct dentry *dentry, in vfs_getxattr() function
445 EXPORT_SYMBOL_GPL(vfs_getxattr);
700 error = vfs_getxattr(mnt_userns, d, kname, ctx->kvalue, ctx->size); in do_getxattr()
/Linux-v6.1/security/integrity/evm/
Devm_crypto.c277 user_space_size = vfs_getxattr(&init_user_ns, dentry, in evm_calc_hmac_or_hash()
/Linux-v6.1/fs/overlayfs/
Dinode.c362 err = vfs_getxattr(mnt_user_ns(realpath.mnt), realdentry, name, NULL, 0); in ovl_xattr_set()
404 res = vfs_getxattr(mnt_user_ns(realpath.mnt), realpath.dentry, name, value, size); in ovl_xattr_get()
Doverlayfs.h218 err = vfs_getxattr(mnt_user_ns(path->mnt), path->dentry, in ovl_do_getxattr()
/Linux-v6.1/fs/nfsd/
Dvfs.c523 if (vfs_getxattr(&init_user_ns, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction()
2077 len = vfs_getxattr(&init_user_ns, dentry, name, NULL, 0); in nfsd_getxattr()
2104 len = vfs_getxattr(&init_user_ns, dentry, name, buf, len); in nfsd_getxattr()
/Linux-v6.1/fs/ksmbd/
Dvfs.c913 return vfs_getxattr(user_ns, dentry, xattr_name, NULL, 0); in ksmbd_vfs_xattr_len()
941 xattr_len = vfs_getxattr(user_ns, dentry, xattr_name, in ksmbd_vfs_getxattr()