Lines Matching refs:cpu_to_be32
254 to->di_uid = cpu_to_be32(from->di_uid); in xfs_dinode_to_disk()
255 to->di_gid = cpu_to_be32(from->di_gid); in xfs_dinode_to_disk()
256 to->di_nlink = cpu_to_be32(from->di_nlink); in xfs_dinode_to_disk()
260 to->di_atime.t_sec = cpu_to_be32(from->di_atime.t_sec); in xfs_dinode_to_disk()
261 to->di_atime.t_nsec = cpu_to_be32(from->di_atime.t_nsec); in xfs_dinode_to_disk()
262 to->di_mtime.t_sec = cpu_to_be32(from->di_mtime.t_sec); in xfs_dinode_to_disk()
263 to->di_mtime.t_nsec = cpu_to_be32(from->di_mtime.t_nsec); in xfs_dinode_to_disk()
264 to->di_ctime.t_sec = cpu_to_be32(from->di_ctime.t_sec); in xfs_dinode_to_disk()
265 to->di_ctime.t_nsec = cpu_to_be32(from->di_ctime.t_nsec); in xfs_dinode_to_disk()
268 to->di_extsize = cpu_to_be32(from->di_extsize); in xfs_dinode_to_disk()
269 to->di_nextents = cpu_to_be32(from->di_nextents); in xfs_dinode_to_disk()
273 to->di_dmevmask = cpu_to_be32(from->di_dmevmask); in xfs_dinode_to_disk()
276 to->di_gen = cpu_to_be32(from->di_gen); in xfs_dinode_to_disk()
280 to->di_crtime.t_sec = cpu_to_be32(from->di_crtime.t_sec); in xfs_dinode_to_disk()
281 to->di_crtime.t_nsec = cpu_to_be32(from->di_crtime.t_nsec); in xfs_dinode_to_disk()