Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dxattrs.c48 err = vfs_getxattr(mnt_idmap(realpath.mnt), realdentry, name, NULL, 0); in ovl_xattr_set()
88 return vfs_getxattr(mnt_idmap(realpath.mnt), realpath.dentry, name, value, size); in ovl_xattr_get()
H A Doverlayfs.h289 err = vfs_getxattr(mnt_idmap(path->mnt), path->dentry, in ovl_do_getxattr()
/linux/Documentation/bpf/
H A Dfs_kfuncs.rst20 example, ``bpf_get_file_xattr()`` does not use ``vfs_getxattr()``, because
/linux/fs/cachefiles/
H A Dxattr.c119 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen); in cachefiles_check_auxdata()
279 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, len); in cachefiles_check_volume_xattr()
/linux/include/linux/
H A Dxattr.h79 ssize_t vfs_getxattr(struct mnt_idmap *, struct dentry *, const char *,
/linux/fs/
H A Dxattr.c428 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr() function
458 EXPORT_SYMBOL_GPL(vfs_getxattr);
782 error = vfs_getxattr(idmap, d, kname, kvalue, ctx->size); in do_getxattr()
/linux/security/integrity/evm/
H A Devm_crypto.c284 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry, in evm_calc_hmac_or_hash()
/linux/fs/nfsd/
H A Dvfs.c671 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction()
2643 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, NULL, 0); in nfsd_getxattr()
2670 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, buf, len); in nfsd_getxattr()
/linux/fs/smb/server/
H A Dvfs.c816 return vfs_getxattr(idmap, dentry, xattr_name, NULL, 0); in ksmbd_vfs_xattr_len()
844 xattr_len = vfs_getxattr(idmap, dentry, xattr_name, in ksmbd_vfs_getxattr()