Home
last modified time | relevance | path

Searched refs:v9fs_fid_xattr_get (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/9p/
H A Dxattr.c18 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get() function
76 ret = v9fs_fid_xattr_get(fid, name, buffer, buffer_size); in v9fs_xattr_get()
H A Dxattr.h15 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name,
H A Dacl.c26 size = v9fs_fid_xattr_get(fid, name, NULL, 0); in v9fs_fid_get_acl()
36 size = v9fs_fid_xattr_get(fid, name, value, size); in v9fs_fid_get_acl()