Lines Matching refs:left_cpos
3460 u32 left_cpos; in ocfs2_get_left_path() local
3469 right_path, &left_cpos); in ocfs2_get_left_path()
3476 BUG_ON(left_cpos == 0); in ocfs2_get_left_path()
3485 ret = ocfs2_find_path(et->et_ci, left_path, left_cpos); in ocfs2_get_left_path()
4013 u32 left_cpos; in ocfs2_append_rec_to_path() local
4016 right_path, &left_cpos); in ocfs2_append_rec_to_path()
4026 left_cpos); in ocfs2_append_rec_to_path()
4032 if (left_cpos) { in ocfs2_append_rec_to_path()
4041 left_cpos); in ocfs2_append_rec_to_path()
4358 u32 left_cpos, right_cpos; in ocfs2_figure_merge_contig_type() local
4369 status = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_figure_merge_contig_type()
4373 if (left_cpos != 0) { in ocfs2_figure_merge_contig_type()
4382 left_cpos); in ocfs2_figure_merge_contig_type()
5349 u32 left_cpos, rec_range, trunc_range; in ocfs2_truncate_rec() local
5405 ret = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_truncate_rec()
5411 if (left_cpos && le16_to_cpu(el->l_next_free_rec) > 1) { in ocfs2_truncate_rec()
5420 left_cpos); in ocfs2_truncate_rec()