Searched refs:vfs_getxattr (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/cachefiles/ |
A D | xattr.c | 111 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()
|
/linux-6.3-rc2/include/linux/ |
A D | xattr.h | 59 ssize_t vfs_getxattr(struct mnt_idmap *, struct dentry *, const char *,
|
/linux-6.3-rc2/fs/ |
A D | xattr.c | 431 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr() function 461 EXPORT_SYMBOL_GPL(vfs_getxattr); 718 error = vfs_getxattr(idmap, d, kname, ctx->kvalue, ctx->size); in do_getxattr()
|
/linux-6.3-rc2/security/integrity/evm/ |
A D | evm_crypto.c | 281 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry, in evm_calc_hmac_or_hash()
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | inode.c | 364 err = vfs_getxattr(mnt_idmap(realpath.mnt), realdentry, name, NULL, 0); in ovl_xattr_set() 406 res = vfs_getxattr(mnt_idmap(realpath.mnt), realpath.dentry, name, value, size); in ovl_xattr_get()
|
A D | overlayfs.h | 221 err = vfs_getxattr(mnt_idmap(path->mnt), path->dentry, in ovl_do_getxattr()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | vfs.c | 590 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction() 2139 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, NULL, 0); in nfsd_getxattr() 2166 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, buf, len); in nfsd_getxattr()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | vfs.c | 914 return vfs_getxattr(idmap, dentry, xattr_name, NULL, 0); in ksmbd_vfs_xattr_len() 942 xattr_len = vfs_getxattr(idmap, dentry, xattr_name, in ksmbd_vfs_getxattr()
|
Completed in 20 milliseconds