Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_protocol.h202 struct p9_stat_dotl { struct
203 uint64_t st_result_mask;/* indicates fields that are requested */
204 struct p9_qid qid; /* identifier used by server for file system entity information */
205 uint32_t st_mode; /* protection */
206 uid_t st_uid; /* user ID of owner */
207 gid_t st_gid; /* group ID of owner */
208 uint64_t st_nlink; /* number of hard links */
209 uint64_t st_rdev; /* device ID (if special file) */
210 uint64_t st_size; /* total size, in bytes */
211 uint64_t st_blksize; /* blocksize for file system I/O */
[all …]