Searched refs:vfs_getxattr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/fs/cachefiles/ |
D | xattr.c | 57 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/ |
D | xattr.h | 53 ssize_t vfs_getxattr(struct user_namespace *, struct dentry *, const char *,
|
/Linux-v5.15/fs/overlayfs/ |
D | copy_up.c | 97 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()
|
D | inode.c | 355 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()
|
D | overlayfs.h | 190 int err = vfs_getxattr(&init_user_ns, dentry, name, value, size); in ovl_do_getxattr()
|
/Linux-v5.15/fs/ |
D | xattr.c | 404 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/ |
D | evm_crypto.c | 280 user_space_size = vfs_getxattr(&init_user_ns, dentry, in evm_calc_hmac_or_hash()
|
/Linux-v5.15/fs/nfsd/ |
D | vfs.c | 487 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/ |
D | vfs.c | 919 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()
|