Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-xattr.h55 int v9fs_set_xattr(FsContext *ctx, const char *path, const char *name,
H A D9p-xattr.c142 int v9fs_set_xattr(FsContext *ctx, const char *path, const char *name, in v9fs_set_xattr() function
H A D9p-local.c1219 return v9fs_set_xattr(ctx, path, name, value, size, flags); in local_lsetxattr()