Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_fs.h354 struct xfs_bulkstat { struct
355 uint64_t bs_ino; /* inode number */
356 uint64_t bs_size; /* file size */
358 uint64_t bs_blocks; /* number of blocks */
359 uint64_t bs_xflags; /* extended flags */
361 int64_t bs_atime; /* access time, seconds */
362 int64_t bs_mtime; /* modify time, seconds */
364 int64_t bs_ctime; /* inode change time, seconds */
365 int64_t bs_btime; /* creation time, seconds */
367 uint32_t bs_gen; /* generation count */
[all …]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_fs.h363 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 */
[all …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_itable.c232 xfs_bulkstat( in xfs_bulkstat() function
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_itable.c272 xfs_bulkstat( in xfs_bulkstat() function