Home
last modified time | relevance | path

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

/openbmc/linux/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.c1782 if ((sbp->bs_ctime.tv_sec != ctime.tv_sec) || in xfs_swap_extents()
1783 (sbp->bs_ctime.tv_nsec != ctime.tv_nsec) || in xfs_swap_extents()
/openbmc/linux/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