Searched defs:p9_fid (Results 1 – 1 of 1) sorted by relevance
26 struct p9_fid { struct27 u32 fid;28 u32 uid;29 char abs_path[PATH_MAX];30 char *path;31 DIR *dir;32 int fd;33 struct rb_node node;