Searched refs:vfs_getxattr (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/Documentation/bpf/ |
| H A D | fs_kfuncs.rst | 20 example, ``bpf_get_file_xattr()`` does not use ``vfs_getxattr()``, because
|
| /linux-6.15/fs/overlayfs/ |
| H A D | xattrs.c | 49 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()
|
| H A D | overlayfs.h | 281 err = vfs_getxattr(mnt_idmap(path->mnt), path->dentry, in ovl_do_getxattr()
|
| /linux-6.15/fs/cachefiles/ |
| H A D | xattr.c | 119 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-6.15/include/linux/ |
| H A D | xattr.h | 79 ssize_t vfs_getxattr(struct mnt_idmap *, struct dentry *, const char *,
|
| /linux-6.15/fs/ |
| H A D | xattr.c | 428 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr() function 458 EXPORT_SYMBOL_GPL(vfs_getxattr); 787 error = vfs_getxattr(idmap, d, kname, kvalue, ctx->size); in do_getxattr()
|
| /linux-6.15/security/integrity/evm/ |
| H A D | evm_crypto.c | 283 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry, in evm_calc_hmac_or_hash()
|
| /linux-6.15/fs/nfsd/ |
| H A D | vfs.c | 635 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME, in nfsd4_is_junction() 2352 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, NULL, 0); in nfsd_getxattr() 2379 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, buf, len); in nfsd_getxattr()
|
| /linux-6.15/fs/smb/server/ |
| H A D | vfs.c | 874 return vfs_getxattr(idmap, dentry, xattr_name, NULL, 0); in ksmbd_vfs_xattr_len() 902 xattr_len = vfs_getxattr(idmap, dentry, xattr_name, in ksmbd_vfs_getxattr()
|