Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-xattr.h57 int v9fs_remove_xattr(FsContext *ctx, const char *path, const char *name);
H A D9p-xattr.c154 int v9fs_remove_xattr(FsContext *ctx, in v9fs_remove_xattr() function
H A D9p-local.c1227 return v9fs_remove_xattr(ctx, path, name); in local_lremovexattr()