Home
last modified time | relevance | path

Searched refs:v9fs_xattr_get (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/9p/
H A Dxattr.c65 ssize_t v9fs_xattr_get(struct dentry *dentry, const char *name, in v9fs_xattr_get() function
143 return v9fs_xattr_get(dentry, "", buffer, buffer_size); in v9fs_listxattr()
152 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_handler_get()
H A Dxattr.h17 ssize_t v9fs_xattr_get(struct dentry *dentry, const char *name,