Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_ioctl32.c153 xfs_ioctl32_bstime_copyin(&bstat->bs_ctime, &bstat32->bs_ctime) || in xfs_ioctl32_bstat_copyin()
208 xfs_bstime_store_compat(&p32->bs_ctime, &buffer->bs_ctime) || in xfs_bulkstat_one_fmt_compat()
Dxfs_ioctl32.h62 compat_xfs_bstime_t bs_ctime; /* inode change time */ member
Dxfs_itable.c98 buf->bs_ctime.tv_sec = dic->di_ctime.t_sec; in xfs_bulkstat_one_int()
99 buf->bs_ctime.tv_nsec = dic->di_ctime.t_nsec; in xfs_bulkstat_one_int()
Dxfs_bmap_util.c1762 if ((sbp->bs_ctime.tv_sec != VFS_I(ip)->i_ctime.tv_sec) || in xfs_swap_extents()
1763 (sbp->bs_ctime.tv_nsec != VFS_I(ip)->i_ctime.tv_nsec) || in xfs_swap_extents()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h300 xfs_bstime_t bs_ctime; /* inode change time */ member