Lines Matching refs:le64_to_cpu
171 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_prepare_end()
196 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end()
202 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_commit_end()
221 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end()
222 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_abort_end()
358 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move()
359 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
418 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_translate()
459 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
460 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
461 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()