Searched defs:xfs_bulkstat (Results 1 – 2 of 2) sorted by relevance
352 struct xfs_bulkstat { struct353 uint64_t bs_ino; /* inode number */354 uint64_t bs_size; /* file size */356 uint64_t bs_blocks; /* number of blocks */357 uint64_t bs_xflags; /* extended flags */359 int64_t bs_atime; /* access time, seconds */360 int64_t bs_mtime; /* modify time, seconds */362 int64_t bs_ctime; /* inode change time, seconds */363 int64_t bs_btime; /* creation time, seconds */365 uint32_t bs_gen; /* generation count */[all …]
261 xfs_bulkstat( in xfs_bulkstat() function