Lines Matching refs:e_cpos
972 * We have a extent rec after index, so just use the e_cpos
975 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos);
991 * leaf extent block and get the corresponding e_cpos from
1003 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos);
1036 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos);
1107 if (le32_to_cpu(rec->e_cpos) <= low_cpos) {
1404 * But we will use the low 32 bit to be the e_cpos in the b-tree.
1648 * which means ocfs2_extent_rec.e_cpos may need some change.
1716 if (le32_to_cpu(el->l_recs[i].e_cpos) == old_cpos)
1721 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos);
2675 if (le32_to_cpu(rec->e_cpos) +
2685 *cow_start = le32_to_cpu(rec->e_cpos);
2693 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) ||
2694 (max_cpos <= le32_to_cpu(rec->e_cpos)))
2698 rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters;
2701 leaf_clusters = rec_end - le32_to_cpu(rec->e_cpos);
3074 replace_rec.e_cpos = cpu_to_le32(cpos);