Searched defs:p9_dirent (Results 1 – 1 of 1) sorted by relevance
107 struct p9_dirent { struct108 struct p9_qid qid; /* 9P server qid for this dirent */109 uint64_t d_off; /* offset to the next dirent */110 unsigned char d_type; /* file type */111 char d_name[P9FS_DIRENT_LEN]; /* file name */112 int len;