Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
A 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/fs/overlayfs/
A 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()
863 res = vfs_getxattr(&init_user_ns, dentry, name, NULL, 0); in ovl_getxattr()
872 res = vfs_getxattr(&init_user_ns, dentry, name, buf, res); in ovl_getxattr()
A 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()
A Doverlayfs.h190 int err = vfs_getxattr(&init_user_ns, dentry, name, value, size); in ovl_do_getxattr()
/linux/include/linux/
A Dxattr.h53 ssize_t vfs_getxattr(struct user_namespace *, struct dentry *, const char *,
/linux/fs/
A 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/security/integrity/evm/
A Devm_crypto.c280 user_space_size = vfs_getxattr(&init_user_ns, dentry, in evm_calc_hmac_or_hash()
/linux/fs/nfsd/
A Dvfs.c488 if (vfs_getxattr(&init_user_ns, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction()
2152 len = vfs_getxattr(&init_user_ns, dentry, name, NULL, 0); in nfsd_getxattr()
2179 len = vfs_getxattr(&init_user_ns, dentry, name, buf, len); in nfsd_getxattr()
/linux/fs/ksmbd/
A 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()
/linux/
A Dvmlinux.symvers12193 0x00000000 vfs_getxattr vmlinux EXPORT_SYMBOL_GPL
A DSystem.map9301 ffff80001027cf30 T vfs_getxattr
A D.tmp_System.map9301 ffff80001027cf30 T vfs_getxattr

Completed in 345 milliseconds