t_nsec            828 fs/xfs/libxfs/xfs_format.h 	__be32		t_nsec;		/* timestamp nanoseconds */
t_nsec            237 fs/xfs/libxfs/xfs_inode_buf.c 	inode->i_atime.tv_nsec = (int)be32_to_cpu(from->di_atime.t_nsec);
t_nsec            239 fs/xfs/libxfs/xfs_inode_buf.c 	inode->i_mtime.tv_nsec = (int)be32_to_cpu(from->di_mtime.t_nsec);
t_nsec            241 fs/xfs/libxfs/xfs_inode_buf.c 	inode->i_ctime.tv_nsec = (int)be32_to_cpu(from->di_ctime.t_nsec);
t_nsec            260 fs/xfs/libxfs/xfs_inode_buf.c 		to->di_crtime.t_nsec = be32_to_cpu(from->di_crtime.t_nsec);
t_nsec            287 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_atime.t_nsec = cpu_to_be32(inode->i_atime.tv_nsec);
t_nsec            289 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_mtime.t_nsec = cpu_to_be32(inode->i_mtime.tv_nsec);
t_nsec            291 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_ctime.t_nsec = cpu_to_be32(inode->i_ctime.tv_nsec);
t_nsec            310 fs/xfs/libxfs/xfs_inode_buf.c 		to->di_crtime.t_nsec = cpu_to_be32(from->di_crtime.t_nsec);
t_nsec            341 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_atime.t_nsec = cpu_to_be32(from->di_atime.t_nsec);
t_nsec            343 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_mtime.t_nsec = cpu_to_be32(from->di_mtime.t_nsec);
t_nsec            345 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_ctime.t_nsec = cpu_to_be32(from->di_ctime.t_nsec);
t_nsec            362 fs/xfs/libxfs/xfs_inode_buf.c 		to->di_crtime.t_nsec = cpu_to_be32(from->di_crtime.t_nsec);
t_nsec            373 fs/xfs/libxfs/xfs_log_format.h 	int32_t		t_nsec;		/* timestamp nanoseconds */
t_nsec             71 fs/xfs/libxfs/xfs_trans_inode.c 		ip->i_d.di_crtime.t_nsec = (int32_t)tv.tv_nsec;
t_nsec            296 fs/xfs/scrub/inode.c 	if (be32_to_cpu(dip->di_atime.t_nsec) >= NSEC_PER_SEC)
t_nsec            298 fs/xfs/scrub/inode.c 	if (be32_to_cpu(dip->di_mtime.t_nsec) >= NSEC_PER_SEC)
t_nsec            300 fs/xfs/scrub/inode.c 	if (be32_to_cpu(dip->di_ctime.t_nsec) >= NSEC_PER_SEC)
t_nsec            406 fs/xfs/scrub/inode.c 		if (be32_to_cpu(dip->di_crtime.t_nsec) >= NSEC_PER_SEC)
t_nsec            849 fs/xfs/xfs_inode.c 		ip->i_d.di_crtime.t_nsec = (int32_t)tv.tv_nsec;
t_nsec            318 fs/xfs/xfs_inode_item.c 	to->di_atime.t_nsec = inode->i_atime.tv_nsec;
t_nsec            320 fs/xfs/xfs_inode_item.c 	to->di_mtime.t_nsec = inode->i_mtime.tv_nsec;
t_nsec            322 fs/xfs/xfs_inode_item.c 	to->di_ctime.t_nsec = inode->i_ctime.tv_nsec;
t_nsec            344 fs/xfs/xfs_inode_item.c 		to->di_crtime.t_nsec = from->di_crtime.t_nsec;
t_nsec            520 fs/xfs/xfs_iops.c 			stat->btime.tv_nsec = ip->i_d.di_crtime.t_nsec;
t_nsec            101 fs/xfs/xfs_itable.c 	buf->bs_btime_nsec = dic->di_crtime.t_nsec;