Lines Matching defs:xfs_bulkstat
366 struct xfs_bulkstat { struct
367 uint64_t bs_ino; /* inode number */
368 uint64_t bs_size; /* file size */
370 uint64_t bs_blocks; /* number of blocks */
371 uint64_t bs_xflags; /* extended flags */
373 int64_t bs_atime; /* access time, seconds */
374 int64_t bs_mtime; /* modify time, seconds */
376 int64_t bs_ctime; /* inode change time, seconds */
377 int64_t bs_btime; /* creation time, seconds */
379 uint32_t bs_gen; /* generation count */
380 uint32_t bs_uid; /* user id */
381 uint32_t bs_gid; /* group id */
382 uint32_t bs_projectid; /* project id */
384 uint32_t bs_atime_nsec; /* access time, nanoseconds */
385 uint32_t bs_mtime_nsec; /* modify time, nanoseconds */
386 uint32_t bs_ctime_nsec; /* inode change time, nanoseconds */
387 uint32_t bs_btime_nsec; /* creation time, nanoseconds */
389 uint32_t bs_blksize; /* block size */
390 uint32_t bs_rdev; /* device value */
391 uint32_t bs_cowextsize_blks; /* cow extent size hint, blocks */
392 uint32_t bs_extsize_blks; /* extent size hint, blocks */
394 uint32_t bs_nlink; /* number of links */
395 uint32_t bs_extents; /* number of extents */
396 uint32_t bs_aextents; /* attribute number of extents */
397 uint16_t bs_version; /* structure version */
398 uint16_t bs_forkoff; /* inode fork offset in bytes */
400 uint16_t bs_sick; /* sick inode metadata */
401 uint16_t bs_checked; /* checked inode metadata */
402 uint16_t bs_mode; /* type and mode */
403 uint16_t bs_pad2; /* zeroed */
405 uint64_t bs_pad[7]; /* zeroed */