Lines Matching refs:cpu_to_be32
282 to->di_uid = cpu_to_be32(from->di_uid); in xfs_inode_to_disk()
283 to->di_gid = cpu_to_be32(from->di_gid); in xfs_inode_to_disk()
288 to->di_atime.t_sec = cpu_to_be32(inode->i_atime.tv_sec); in xfs_inode_to_disk()
289 to->di_atime.t_nsec = cpu_to_be32(inode->i_atime.tv_nsec); in xfs_inode_to_disk()
290 to->di_mtime.t_sec = cpu_to_be32(inode->i_mtime.tv_sec); in xfs_inode_to_disk()
291 to->di_mtime.t_nsec = cpu_to_be32(inode->i_mtime.tv_nsec); in xfs_inode_to_disk()
292 to->di_ctime.t_sec = cpu_to_be32(inode->i_ctime.tv_sec); in xfs_inode_to_disk()
293 to->di_ctime.t_nsec = cpu_to_be32(inode->i_ctime.tv_nsec); in xfs_inode_to_disk()
294 to->di_nlink = cpu_to_be32(inode->i_nlink); in xfs_inode_to_disk()
295 to->di_gen = cpu_to_be32(inode->i_generation); in xfs_inode_to_disk()
300 to->di_extsize = cpu_to_be32(from->di_extsize); in xfs_inode_to_disk()
301 to->di_nextents = cpu_to_be32(from->di_nextents); in xfs_inode_to_disk()
305 to->di_dmevmask = cpu_to_be32(from->di_dmevmask); in xfs_inode_to_disk()
311 to->di_crtime.t_sec = cpu_to_be32(from->di_crtime.t_sec); in xfs_inode_to_disk()
312 to->di_crtime.t_nsec = cpu_to_be32(from->di_crtime.t_nsec); in xfs_inode_to_disk()
314 to->di_cowextsize = cpu_to_be32(from->di_cowextsize); in xfs_inode_to_disk()
335 to->di_uid = cpu_to_be32(from->di_uid); in xfs_log_dinode_to_disk()
336 to->di_gid = cpu_to_be32(from->di_gid); in xfs_log_dinode_to_disk()
337 to->di_nlink = cpu_to_be32(from->di_nlink); in xfs_log_dinode_to_disk()
342 to->di_atime.t_sec = cpu_to_be32(from->di_atime.t_sec); in xfs_log_dinode_to_disk()
343 to->di_atime.t_nsec = cpu_to_be32(from->di_atime.t_nsec); in xfs_log_dinode_to_disk()
344 to->di_mtime.t_sec = cpu_to_be32(from->di_mtime.t_sec); in xfs_log_dinode_to_disk()
345 to->di_mtime.t_nsec = cpu_to_be32(from->di_mtime.t_nsec); in xfs_log_dinode_to_disk()
346 to->di_ctime.t_sec = cpu_to_be32(from->di_ctime.t_sec); in xfs_log_dinode_to_disk()
347 to->di_ctime.t_nsec = cpu_to_be32(from->di_ctime.t_nsec); in xfs_log_dinode_to_disk()
351 to->di_extsize = cpu_to_be32(from->di_extsize); in xfs_log_dinode_to_disk()
352 to->di_nextents = cpu_to_be32(from->di_nextents); in xfs_log_dinode_to_disk()
356 to->di_dmevmask = cpu_to_be32(from->di_dmevmask); in xfs_log_dinode_to_disk()
359 to->di_gen = cpu_to_be32(from->di_gen); in xfs_log_dinode_to_disk()
363 to->di_crtime.t_sec = cpu_to_be32(from->di_crtime.t_sec); in xfs_log_dinode_to_disk()
364 to->di_crtime.t_nsec = cpu_to_be32(from->di_crtime.t_nsec); in xfs_log_dinode_to_disk()
366 to->di_cowextsize = cpu_to_be32(from->di_cowextsize); in xfs_log_dinode_to_disk()