Lines Matching defs:nstat32
168 struct nstat32 { struct
169 __uint32_t st_dev; /* inode's device */
170 __uint32_t st_ino; /* inode's number */
171 __uint32_t st_mode; /* inode protection mode */
172 __uint32_t st_nlink; /* number of hard links */
173 uid_t st_uid; /* user ID of the file's owner */
174 gid_t st_gid; /* group ID of the file's group */
175 __uint32_t st_rdev; /* device type */
176 struct timespec32 st_atim; /* time of last access */
177 struct timespec32 st_mtim; /* time of last data modification */
178 struct timespec32 st_ctim; /* time of last file status change */
179 off_t st_size; /* file size, in bytes */
180 blkcnt_t st_blocks; /* blocks allocated for file */
181 blksize_t st_blksize; /* optimal blocksize for I/O */
182 fflags_t st_flags; /* user defined flags for file */
183 __uint32_t st_gen; /* file generation number */
184 struct timespec32 st_birthtim; /* time of file creation */