Home
last modified time | relevance | path

Searched defs:xfs_bulkstat (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h368 struct xfs_bulkstat { struct
369 uint64_t bs_ino; /* inode number */
370 uint64_t bs_size; /* file size */
372 uint64_t bs_blocks; /* number of blocks */
373 uint64_t bs_xflags; /* extended flags */
375 int64_t bs_atime; /* access time, seconds */
376 int64_t bs_mtime; /* modify time, seconds */
378 int64_t bs_ctime; /* inode change time, seconds */
379 int64_t bs_btime; /* creation time, seconds */
381 uint32_t bs_gen; /* generation count */
[all …]