Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h360 struct xfs_bulkstat { struct
361 uint64_t bs_ino; /* inode number */
362 uint64_t bs_size; /* file size */
364 uint64_t bs_blocks; /* number of blocks */
365 uint64_t bs_xflags; /* extended flags */
367 int64_t bs_atime; /* access time, seconds */
368 int64_t bs_mtime; /* modify time, seconds */
370 int64_t bs_ctime; /* inode change time, seconds */
371 int64_t bs_btime; /* creation time, seconds */
373 uint32_t bs_gen; /* generation count */
[all …]
/linux-6.12.1/fs/xfs/
Dxfs_itable.c280 xfs_bulkstat( in xfs_bulkstat() function