Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Danalyse-9p-simpletrace.py204 def v9fs_xattrcreate(self, tag, id, fid, name, size, flags): member in VirtFSRequestTracker
/openbmc/qemu/hw/9pfs/
H A Dtrace-events46 v9fs_xattrcreate(uint16_t tag, uint8_t id, int32_t fid, char* name, uint64_t size, int flags) "tag …
H A D9p.c3980 static void coroutine_fn v9fs_xattrcreate(void *opaque) in v9fs_xattrcreate() function
4090 [P9_TXATTRCREATE] = v9fs_xattrcreate,