Lines Matching refs:le64_to_cpu
172 start = le64_to_cpu(entry->de_start); in nilfs_dat_prepare_end()
173 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_prepare_end()
198 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end()
204 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_commit_end()
223 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end()
224 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_abort_end()
360 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move()
361 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
420 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_translate()
461 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
462 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
463 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()