Lines Matching defs:nstat
195 struct nstat { struct
196 __uint32_t st_dev; /* inode's device */
197 __uint32_t st_ino; /* inode's number */
198 __uint32_t st_mode; /* inode protection mode */
199 __uint32_t st_nlink; /* number of hard links */
200 uid_t st_uid; /* user ID of the file's owner */
201 gid_t st_gid; /* group ID of the file's group */
202 __uint32_t st_rdev; /* device type */
203 struct timespec st_atim; /* time of last access */
204 struct timespec st_mtim; /* time of last data modification */
205 struct timespec st_ctim; /* time of last file status change */
206 off_t st_size; /* file size, in bytes */
207 blkcnt_t st_blocks; /* blocks allocated for file */
208 blksize_t st_blksize; /* optimal blocksize for I/O */
209 fflags_t st_flags; /* user defined flags for file */
210 __uint32_t st_gen; /* file generation number */
211 struct timespec st_birthtim; /* time of file creation */