Searched defs:xfs_bulkstat (Results 1 – 2 of 2) sorted by relevance
364 struct xfs_bulkstat { struct365 uint64_t bs_ino; /* inode number */366 uint64_t bs_size; /* file size */368 uint64_t bs_blocks; /* number of blocks */369 uint64_t bs_xflags; /* extended flags */371 int64_t bs_atime; /* access time, seconds */372 int64_t bs_mtime; /* modify time, seconds */374 int64_t bs_ctime; /* inode change time, seconds */375 int64_t bs_btime; /* creation time, seconds */377 uint32_t bs_gen; /* generation count */[all …]
250 xfs_bulkstat( in xfs_bulkstat() function