Home
last modified time | relevance | path

Searched refs:bs_ctime (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_itable.c122 buf->bs_ctime = inode_get_ctime_sec(inode); in xfs_bulkstat_one_int()
354 bs1->bs_ctime.tv_sec = bstat->bs_ctime; in xfs_bulkstat_to_bstat()
357 bs1->bs_ctime.tv_nsec = bstat->bs_ctime_nsec; in xfs_bulkstat_to_bstat()
Dxfs_ioctl32.c125 xfs_ioctl32_bstime_copyin(&bstat->bs_ctime, &bstat32->bs_ctime) || in xfs_ioctl32_bstat_copyin()
179 xfs_bstime_store_compat(&p32->bs_ctime, &buffer->bs_ctime) || in xfs_fsbulkstat_one_fmt_compat()
Dxfs_ioctl32.h48 compat_xfs_bstime_t bs_ctime; /* inode change time */ member
Dxfs_bmap_util.c1621 if ((sbp->bs_ctime.tv_sec != ctime.tv_sec) || in xfs_swap_extents()
1622 (sbp->bs_ctime.tv_nsec != ctime.tv_nsec) || in xfs_swap_extents()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h340 xfs_bstime_t bs_ctime; /* inode change time */ member
370 int64_t bs_ctime; /* inode change time, seconds */ member