Lines Matching refs:le64_to_cpu
173 start = le64_to_cpu(entry->de_start); in nilfs_dat_prepare_end()
174 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_prepare_end()
208 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end()
214 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_commit_end()
233 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end()
234 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_abort_end()
371 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move()
372 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
431 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_translate()
472 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
473 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
474 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()