Lines Matching refs:le64_to_cpu
158 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_prepare_end()
183 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end()
189 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_commit_end()
208 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end()
209 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_abort_end()
346 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move()
347 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
406 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_translate()
447 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
448 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
449 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()