Home
last modified time | relevance | path

Searched refs:v9fs_remove (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/
H A Danalyse-9p-simpletrace.py171 def v9fs_remove(self, tag, id, fid): member in VirtFSRequestTracker
/openbmc/linux/fs/9p/
H A Dvfs_inode.c537 static int v9fs_remove(struct inode *dir, struct dentry *dentry, int flags) in v9fs_remove() function
870 return v9fs_remove(i, d, 0); in v9fs_vfs_unlink()
882 return v9fs_remove(i, d, AT_REMOVEDIR); in v9fs_vfs_rmdir()
/openbmc/qemu/hw/9pfs/
H A Dtrace-events34 v9fs_remove(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d"
H A D9p.c3091 static void coroutine_fn v9fs_remove(void *opaque) in v9fs_remove() function
4118 [P9_TREMOVE] = v9fs_remove,