Lines Matching refs:left_cpos
3458 u32 left_cpos; in ocfs2_get_left_path() local
3467 right_path, &left_cpos); in ocfs2_get_left_path()
3474 BUG_ON(left_cpos == 0); in ocfs2_get_left_path()
3483 ret = ocfs2_find_path(et->et_ci, left_path, left_cpos); in ocfs2_get_left_path()
4011 u32 left_cpos; in ocfs2_append_rec_to_path() local
4014 right_path, &left_cpos); in ocfs2_append_rec_to_path()
4024 left_cpos); in ocfs2_append_rec_to_path()
4030 if (left_cpos) { in ocfs2_append_rec_to_path()
4039 left_cpos); in ocfs2_append_rec_to_path()
4356 u32 left_cpos, right_cpos; in ocfs2_figure_merge_contig_type() local
4367 status = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_figure_merge_contig_type()
4371 if (left_cpos != 0) { in ocfs2_figure_merge_contig_type()
4380 left_cpos); in ocfs2_figure_merge_contig_type()
5347 u32 left_cpos, rec_range, trunc_range; in ocfs2_truncate_rec() local
5403 ret = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_truncate_rec()
5409 if (left_cpos && le16_to_cpu(el->l_next_free_rec) > 1) { in ocfs2_truncate_rec()
5418 left_cpos); in ocfs2_truncate_rec()