Lines Matching refs:le64_to_cpu
165 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_prepare_end()
190 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end()
196 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_commit_end()
215 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end()
216 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_abort_end()
353 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move()
354 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
413 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_translate()
454 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
455 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
456 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()