Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/bpf/
Dfs_kfuncs.rst20 example, ``bpf_get_file_xattr()`` does not use ``vfs_getxattr()``, because
/linux-6.12.1/fs/cachefiles/
Dxattr.c117 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen); in cachefiles_check_auxdata()
272 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, len); in cachefiles_check_volume_xattr()
/linux-6.12.1/fs/overlayfs/
Dxattrs.c49 err = vfs_getxattr(mnt_idmap(realpath.mnt), realdentry, name, NULL, 0); in ovl_xattr_set()
93 res = vfs_getxattr(mnt_idmap(realpath.mnt), realpath.dentry, name, value, size); in ovl_xattr_get()
Doverlayfs.h280 err = vfs_getxattr(mnt_idmap(path->mnt), path->dentry, in ovl_do_getxattr()
/linux-6.12.1/include/linux/
Dxattr.h75 ssize_t vfs_getxattr(struct mnt_idmap *, struct dentry *, const char *,
/linux-6.12.1/fs/
Dxattr.c428 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr() function
458 EXPORT_SYMBOL_GPL(vfs_getxattr);
739 error = vfs_getxattr(idmap, d, kname, ctx->kvalue, ctx->size); in do_getxattr()
/linux-6.12.1/security/integrity/evm/
Devm_crypto.c283 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry, in evm_calc_hmac_or_hash()
/linux-6.12.1/fs/nfsd/
Dvfs.c637 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction()
2316 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, NULL, 0); in nfsd_getxattr()
2343 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, buf, len); in nfsd_getxattr()
/linux-6.12.1/fs/smb/server/
Dvfs.c886 return vfs_getxattr(idmap, dentry, xattr_name, NULL, 0); in ksmbd_vfs_xattr_len()
914 xattr_len = vfs_getxattr(idmap, dentry, xattr_name, in ksmbd_vfs_getxattr()