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