bs_ctime          342 fs/xfs/libxfs/xfs_fs.h 	xfs_bstime_t	bs_ctime;	/* inode change time		*/
bs_ctime          372 fs/xfs/libxfs/xfs_fs.h 	int64_t		bs_ctime;	/* inode change time, seconds	*/
bs_ctime         1836 fs/xfs/xfs_bmap_util.c 	if ((sbp->bs_ctime.tv_sec != VFS_I(ip)->i_ctime.tv_sec) ||
bs_ctime         1837 fs/xfs/xfs_bmap_util.c 	    (sbp->bs_ctime.tv_nsec != VFS_I(ip)->i_ctime.tv_nsec) ||
bs_ctime          138 fs/xfs/xfs_ioctl32.c 	    xfs_ioctl32_bstime_copyin(&bstat->bs_ctime, &bstat32->bs_ctime) ||
bs_ctime          192 fs/xfs/xfs_ioctl32.c 	    xfs_bstime_store_compat(&p32->bs_ctime, &buffer->bs_ctime) ||
bs_ctime           50 fs/xfs/xfs_ioctl32.h 	compat_xfs_bstime_t bs_ctime;	/* inode change time		*/
bs_ctime           98 fs/xfs/xfs_itable.c 	buf->bs_ctime = inode->i_ctime.tv_sec;
bs_ctime          287 fs/xfs/xfs_itable.c 	bs1->bs_ctime.tv_sec = bstat->bs_ctime;
bs_ctime          290 fs/xfs/xfs_itable.c 	bs1->bs_ctime.tv_nsec = bstat->bs_ctime_nsec;