Lines Matching defs:bootstat
48 struct bootstat { struct
49 uint64_t st_dev;
50 uint64_t st_ino;
51 uint32_t st_mode;
52 uint32_t st_nlink;
53 int32_t st_uid;
54 int32_t st_gid;
55 uint64_t st_rdev;
56 uint64_t st_size;
57 boottime_t st_atim;
58 boottime_t st_mtim;
59 boottime_t st_ctim;
60 int32_t st_blksize;
61 int64_t st_blocks;
62 char st_fstype[_ST_FSTYPSZ];