Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 2 of 2) sorted by relevance

/kvmtool/virtio/
H A D9p.c28 static struct p9_fid *find_or_create_fid(struct p9_dev *dev, u32 fid) in find_or_create_fid()
65 static int insert_new_fid(struct p9_dev *dev, struct p9_fid *fid) in insert_new_fid()
86 static struct p9_fid *get_fid(struct p9_dev *p9dev, int fid) in get_fid()
106 static void close_fid(struct p9_dev *p9dev, u32 fid) in close_fid()
194 u32 fid; in virtio_p9_clunk() local
215 static bool is_dir(struct p9_fid *fid) in is_dir()
224 static bool is_reg(struct p9_fid *fid) in is_reg()
267 static int get_full_path(char *full_path, size_t size, struct p9_fid *fid, in get_full_path()
289 u32 fid, flags; in virtio_p9_open() local
428 static int join_path(struct p9_fid *fid, const char *name) in join_path()
[all …]
/kvmtool/include/kvm/
H A Dvirtio-9p.h27 u32 fid; member