Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cachefiles/
Dxattr.c57 ret = vfs_getxattr(&init_user_ns, dentry, cachefiles_xattr_cache, xtype, in cachefiles_check_object_type()
173 xlen = vfs_getxattr(&init_user_ns, dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata()
215 ret = vfs_getxattr(&init_user_ns, dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/Linux-v5.15/include/linux/
Dxattr.h53 ssize_t vfs_getxattr(struct user_namespace *, struct dentry *, const char *,
/Linux-v5.15/fs/overlayfs/
Dcopy_up.c97 size = vfs_getxattr(&init_user_ns, old, name, value, value_size); in ovl_copy_xattr()
99 size = vfs_getxattr(&init_user_ns, old, name, NULL, 0); in ovl_copy_xattr()
850 res = vfs_getxattr(&init_user_ns, dentry, name, NULL, 0); in ovl_getxattr()
859 res = vfs_getxattr(&init_user_ns, dentry, name, buf, res); in ovl_getxattr()
Dinode.c355 err = vfs_getxattr(&init_user_ns, realdentry, name, NULL, 0); in ovl_xattr_set()
397 res = vfs_getxattr(&init_user_ns, realdentry, name, value, size); in ovl_xattr_get()
Doverlayfs.h190 int err = vfs_getxattr(&init_user_ns, dentry, name, value, size); in ovl_do_getxattr()
/Linux-v5.15/fs/
Dxattr.c404 vfs_getxattr(struct user_namespace *mnt_userns, struct dentry *dentry, in vfs_getxattr() function
434 EXPORT_SYMBOL_GPL(vfs_getxattr);
666 error = vfs_getxattr(mnt_userns, d, kname, kvalue, size); in getxattr()
/Linux-v5.15/security/integrity/evm/
Devm_crypto.c280 user_space_size = vfs_getxattr(&init_user_ns, dentry, in evm_calc_hmac_or_hash()
/Linux-v5.15/fs/nfsd/
Dvfs.c487 if (vfs_getxattr(&init_user_ns, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction()
2153 len = vfs_getxattr(&init_user_ns, dentry, name, NULL, 0); in nfsd_getxattr()
2180 len = vfs_getxattr(&init_user_ns, dentry, name, buf, len); in nfsd_getxattr()
/Linux-v5.15/fs/ksmbd/
Dvfs.c919 return vfs_getxattr(user_ns, dentry, xattr_name, NULL, 0); in ksmbd_vfs_xattr_len()
947 xattr_len = vfs_getxattr(user_ns, dentry, xattr_name, in ksmbd_vfs_getxattr()