Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h107 struct p9_dirent { struct
108 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;