Lines Matching refs:le64_to_cpu
166 start = le64_to_cpu(entry->de_start); in nilfs_dat_prepare_end()
167 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_prepare_end()
192 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end()
198 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_commit_end()
217 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end()
218 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_abort_end()
354 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move()
355 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
414 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_translate()
455 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
456 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
457 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()