Searched refs:vfs_getxattr (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dxattr.h75 ssize_t vfs_getxattr(struct mnt_idmap *, struct dentry *, const char *,
/linux-master/fs/cachefiles/
H A Dxattr.c111 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen);
252 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, len);
/linux-master/fs/overlayfs/
H A Dxattrs.c49 err = vfs_getxattr(mnt_idmap(realpath.mnt), realdentry, name, NULL, 0);
93 res = vfs_getxattr(mnt_idmap(realpath.mnt), realpath.dentry, name, value, size);
H A Doverlayfs.h277 err = vfs_getxattr(mnt_idmap(path->mnt), path->dentry,
/linux-master/security/integrity/evm/
H A Devm_crypto.c281 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry,
/linux-master/fs/
H A Dxattr.c428 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, function
458 EXPORT_SYMBOL_GPL(vfs_getxattr); variable
738 error = vfs_getxattr(idmap, d, kname, ctx->kvalue, ctx->size);
/linux-master/fs/nfsd/
H A Dvfs.c635 if (vfs_getxattr(&nop_mnt_idmap, dentry, NFSD_JUNCTION_XATTR_NAME,
2324 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, NULL, 0);
2351 len = vfs_getxattr(&nop_mnt_idmap, dentry, name, buf, len);
/linux-master/fs/smb/server/
H A Dvfs.c886 return vfs_getxattr(idmap, dentry, xattr_name, NULL, 0);
914 xattr_len = vfs_getxattr(idmap, dentry, xattr_name,

Completed in 201 milliseconds