Lines Matching refs:cpu_to_be32
280 to->di_uid = cpu_to_be32(from->di_uid); in xfs_inode_to_disk()
281 to->di_gid = cpu_to_be32(from->di_gid); in xfs_inode_to_disk()
286 to->di_atime.t_sec = cpu_to_be32(inode->i_atime.tv_sec); in xfs_inode_to_disk()
287 to->di_atime.t_nsec = cpu_to_be32(inode->i_atime.tv_nsec); in xfs_inode_to_disk()
288 to->di_mtime.t_sec = cpu_to_be32(inode->i_mtime.tv_sec); in xfs_inode_to_disk()
289 to->di_mtime.t_nsec = cpu_to_be32(inode->i_mtime.tv_nsec); in xfs_inode_to_disk()
290 to->di_ctime.t_sec = cpu_to_be32(inode->i_ctime.tv_sec); in xfs_inode_to_disk()
291 to->di_ctime.t_nsec = cpu_to_be32(inode->i_ctime.tv_nsec); in xfs_inode_to_disk()
292 to->di_nlink = cpu_to_be32(inode->i_nlink); in xfs_inode_to_disk()
293 to->di_gen = cpu_to_be32(inode->i_generation); in xfs_inode_to_disk()
298 to->di_extsize = cpu_to_be32(from->di_extsize); in xfs_inode_to_disk()
299 to->di_nextents = cpu_to_be32(from->di_nextents); in xfs_inode_to_disk()
303 to->di_dmevmask = cpu_to_be32(from->di_dmevmask); in xfs_inode_to_disk()
309 to->di_crtime.t_sec = cpu_to_be32(from->di_crtime.t_sec); in xfs_inode_to_disk()
310 to->di_crtime.t_nsec = cpu_to_be32(from->di_crtime.t_nsec); in xfs_inode_to_disk()
312 to->di_cowextsize = cpu_to_be32(from->di_cowextsize); in xfs_inode_to_disk()
333 to->di_uid = cpu_to_be32(from->di_uid); in xfs_log_dinode_to_disk()
334 to->di_gid = cpu_to_be32(from->di_gid); in xfs_log_dinode_to_disk()
335 to->di_nlink = cpu_to_be32(from->di_nlink); in xfs_log_dinode_to_disk()
340 to->di_atime.t_sec = cpu_to_be32(from->di_atime.t_sec); in xfs_log_dinode_to_disk()
341 to->di_atime.t_nsec = cpu_to_be32(from->di_atime.t_nsec); in xfs_log_dinode_to_disk()
342 to->di_mtime.t_sec = cpu_to_be32(from->di_mtime.t_sec); in xfs_log_dinode_to_disk()
343 to->di_mtime.t_nsec = cpu_to_be32(from->di_mtime.t_nsec); in xfs_log_dinode_to_disk()
344 to->di_ctime.t_sec = cpu_to_be32(from->di_ctime.t_sec); in xfs_log_dinode_to_disk()
345 to->di_ctime.t_nsec = cpu_to_be32(from->di_ctime.t_nsec); in xfs_log_dinode_to_disk()
349 to->di_extsize = cpu_to_be32(from->di_extsize); in xfs_log_dinode_to_disk()
350 to->di_nextents = cpu_to_be32(from->di_nextents); in xfs_log_dinode_to_disk()
354 to->di_dmevmask = cpu_to_be32(from->di_dmevmask); in xfs_log_dinode_to_disk()
357 to->di_gen = cpu_to_be32(from->di_gen); in xfs_log_dinode_to_disk()
361 to->di_crtime.t_sec = cpu_to_be32(from->di_crtime.t_sec); in xfs_log_dinode_to_disk()
362 to->di_crtime.t_nsec = cpu_to_be32(from->di_crtime.t_nsec); in xfs_log_dinode_to_disk()
364 to->di_cowextsize = cpu_to_be32(from->di_cowextsize); in xfs_log_dinode_to_disk()