Lines Matching refs:le64_to_cpu

112 	if (le64_to_cpu(rb->rf_blkno) != bh->b_blocknr) {  in ocfs2_validate_refcount_block()
116 (unsigned long long)le64_to_cpu(rb->rf_blkno)); in ocfs2_validate_refcount_block()
416 *ref_blkno = le64_to_cpu(di->i_refcount_loc); in ocfs2_get_refcount_block()
775 u64 blk = 0, bg_blkno = 0, ref_blkno = le64_to_cpu(di->i_refcount_loc); in ocfs2_remove_refcount_tree()
795 blk = le64_to_cpu(rb->rf_blkno); in ocfs2_remove_refcount_tree()
798 bg_blkno = le64_to_cpu(rb->rf_suballoc_loc); in ocfs2_remove_refcount_tree()
896 if (le64_to_cpu(rec->r_cpos) + in ocfs2_find_refcount_rec_in_rl()
899 else if (le64_to_cpu(rec->r_cpos) > cpos) in ocfs2_find_refcount_rec_in_rl()
913 le64_to_cpu(rec->r_cpos) < cpos + len) in ocfs2_find_refcount_rec_in_rl()
915 cpu_to_le32(le64_to_cpu(rec->r_cpos) - cpos); in ocfs2_find_refcount_rec_in_rl()
1043 if (le64_to_cpu(tmp_el->l_recs[i].e_blkno) == blkno) { in ocfs2_get_refcount_cpos_end()
1133 ret = ocfs2_read_refcount_block(ci, le64_to_cpu(rec->e_blkno), in ocfs2_get_refcount_rec()
1161 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent()
1163 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent()
1393 u64 l_cpos = le64_to_cpu(l->r_cpos); in cmp_refcount_rec_by_cpos()
1394 u64 r_cpos = le64_to_cpu(r->r_cpos); in cmp_refcount_rec_by_cpos()
1677 new_cpos = le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_adjust_refcount_rec()
1759 u64 cpos = le64_to_cpu(rec->r_cpos); in ocfs2_insert_refcount_rec()
1797 (unsigned long long)le64_to_cpu(rec->r_cpos), in ocfs2_insert_refcount_rec()
1850 trace_ocfs2_split_refcount_rec(le64_to_cpu(orig_rec->r_cpos), in ocfs2_split_refcount_rec()
1853 le64_to_cpu(split_rec->r_cpos), in ocfs2_split_refcount_rec()
1864 le64_to_cpu(split_rec->r_cpos) + in ocfs2_split_refcount_rec()
1866 le64_to_cpu(orig_rec->r_cpos) + le32_to_cpu(orig_rec->r_clusters))) in ocfs2_split_refcount_rec()
1877 le64_to_cpu(split_rec->r_cpos) + in ocfs2_split_refcount_rec()
1879 le64_to_cpu(orig_rec->r_cpos) + le32_to_cpu(orig_rec->r_clusters))) in ocfs2_split_refcount_rec()
1886 u64 cpos = le64_to_cpu(orig_rec->r_cpos); in ocfs2_split_refcount_rec()
1931 len = (le64_to_cpu(orig_rec->r_cpos) + in ocfs2_split_refcount_rec()
1933 (le64_to_cpu(split_rec->r_cpos) + in ocfs2_split_refcount_rec()
1959 len = le64_to_cpu(split_rec->r_cpos) - in ocfs2_split_refcount_rec()
1960 le64_to_cpu(orig_rec->r_cpos); in ocfs2_split_refcount_rec()
1971 (unsigned long long)le64_to_cpu(split_rec->r_cpos), in ocfs2_split_refcount_rec()
2023 if (rec.r_refcount && le64_to_cpu(rec.r_cpos) == cpos && in __ocfs2_increase_refcount()
2039 (unsigned long long)le64_to_cpu(rec.r_cpos), in __ocfs2_increase_refcount()
2051 le64_to_cpu(rec.r_cpos) + set_len) - cpos; in __ocfs2_increase_refcount()
2057 (unsigned long long)le64_to_cpu(rec.r_cpos), in __ocfs2_increase_refcount()
2116 le64_to_cpu(rb->rf_suballoc_loc), in ocfs2_remove_refcount_extent()
2117 le64_to_cpu(rb->rf_blkno), in ocfs2_remove_refcount_extent()
2185 BUG_ON(cpos < le64_to_cpu(rec->r_cpos)); in ocfs2_decrease_refcount_rec()
2187 le64_to_cpu(rec->r_cpos) + le32_to_cpu(rec->r_clusters)); in ocfs2_decrease_refcount_rec()
2193 if (cpos == le64_to_cpu(rec->r_cpos) && in ocfs2_decrease_refcount_rec()
2260 r_len = min((u64)(cpos + len), le64_to_cpu(rec.r_cpos) + in __ocfs2_decrease_refcount()
2425 (unsigned long long)le64_to_cpu(rec.r_cpos), in ocfs2_calc_refcount_meta_credits()
2429 len = min((u64)cpos + clusters, le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits()
2454 cpos != le64_to_cpu(rec.r_cpos)) in ocfs2_calc_refcount_meta_credits()
2458 if (cpos + clusters < le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits()
2817 le64_to_cpu(eb->h_next_leaf_blk), in ocfs2_refcount_cal_cow_clusters()
3256 le64_to_cpu(rec.r_cpos) + in ocfs2_make_clusters_writable()
3445 ret = ocfs2_lock_refcount_tree(osb, le64_to_cpu(di->i_refcount_loc), in ocfs2_refcount_cow_hunk()
3820 le64_to_cpu(di->i_refcount_loc), 1, in ocfs2_attach_refcount_tree()
4131 le64_to_cpu(di->i_refcount_loc)); in ocfs2_create_reflink_node()
4145 ret = ocfs2_lock_refcount_tree(osb, le64_to_cpu(di->i_refcount_loc), in ocfs2_create_reflink_node()