Home
last modified time | relevance | path

Searched refs:bs_ctime (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_itable.c98 buf->bs_ctime = inode->i_ctime.tv_sec; in xfs_bulkstat_one_int()
287 bs1->bs_ctime.tv_sec = bstat->bs_ctime; in xfs_bulkstat_to_bstat()
290 bs1->bs_ctime.tv_nsec = bstat->bs_ctime_nsec; in xfs_bulkstat_to_bstat()
H A Dxfs_ioctl32.c138 xfs_ioctl32_bstime_copyin(&bstat->bs_ctime, &bstat32->bs_ctime) || in xfs_ioctl32_bstat_copyin()
192 xfs_bstime_store_compat(&p32->bs_ctime, &buffer->bs_ctime) || in xfs_fsbulkstat_one_fmt_compat()
H A Dxfs_ioctl32.h50 compat_xfs_bstime_t bs_ctime; /* inode change time */ member
H A Dxfs_bmap_util.c1689 if ((sbp->bs_ctime.tv_sec != VFS_I(ip)->i_ctime.tv_sec) || in xfs_swap_extents()
1690 (sbp->bs_ctime.tv_nsec != VFS_I(ip)->i_ctime.tv_nsec) || in xfs_swap_extents()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_itable.c114 buf->bs_ctime = inode_get_ctime(inode).tv_sec; in xfs_bulkstat_one_int()
346 bs1->bs_ctime.tv_sec = bstat->bs_ctime; in xfs_bulkstat_to_bstat()
349 bs1->bs_ctime.tv_nsec = bstat->bs_ctime_nsec; in xfs_bulkstat_to_bstat()
H A Dxfs_ioctl32.c124 xfs_ioctl32_bstime_copyin(&bstat->bs_ctime, &bstat32->bs_ctime) || in xfs_ioctl32_bstat_copyin()
178 xfs_bstime_store_compat(&p32->bs_ctime, &buffer->bs_ctime) || in xfs_fsbulkstat_one_fmt_compat()
H A Dxfs_ioctl32.h48 compat_xfs_bstime_t bs_ctime; /* inode change time */ member
H A Dxfs_bmap_util.c1763 if ((sbp->bs_ctime.tv_sec != ctime.tv_sec) || in xfs_swap_extents()
1764 (sbp->bs_ctime.tv_nsec != ctime.tv_nsec) || in xfs_swap_extents()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h343 xfs_bstime_t bs_ctime; /* inode change time */ member
373 int64_t bs_ctime; /* inode change time, seconds */ member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_fs.h334 xfs_bstime_t bs_ctime; /* inode change time */ member
364 int64_t bs_ctime; /* inode change time, seconds */ member

Completed in 19 milliseconds