Lines Matching refs:e_cpos
974 * We have a extent rec after index, so just use the e_cpos
977 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos);
993 * leaf extent block and get the corresponding e_cpos from
1005 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos);
1038 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos);
1109 if (le32_to_cpu(rec->e_cpos) <= low_cpos) {
1406 * But we will use the low 32 bit to be the e_cpos in the b-tree.
1650 * which means ocfs2_extent_rec.e_cpos may need some change.
1718 if (le32_to_cpu(el->l_recs[i].e_cpos) == old_cpos)
1723 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos);
2677 if (le32_to_cpu(rec->e_cpos) +
2687 *cow_start = le32_to_cpu(rec->e_cpos);
2695 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) ||
2696 (max_cpos <= le32_to_cpu(rec->e_cpos)))
2700 rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters;
2703 leaf_clusters = rec_end - le32_to_cpu(rec->e_cpos);
3073 replace_rec.e_cpos = cpu_to_le32(cpos);