Lines Matching refs:left_cpos
3479 u32 left_cpos; in ocfs2_get_left_path() local
3488 right_path, &left_cpos); in ocfs2_get_left_path()
3495 BUG_ON(left_cpos == 0); in ocfs2_get_left_path()
3504 ret = ocfs2_find_path(et->et_ci, left_path, left_cpos); in ocfs2_get_left_path()
3991 u32 left_cpos; in ocfs2_append_rec_to_path() local
3994 right_path, &left_cpos); in ocfs2_append_rec_to_path()
4004 left_cpos); in ocfs2_append_rec_to_path()
4010 if (left_cpos) { in ocfs2_append_rec_to_path()
4019 left_cpos); in ocfs2_append_rec_to_path()
4336 u32 left_cpos, right_cpos; in ocfs2_figure_merge_contig_type() local
4347 status = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_figure_merge_contig_type()
4351 if (left_cpos != 0) { in ocfs2_figure_merge_contig_type()
4360 left_cpos); in ocfs2_figure_merge_contig_type()
5336 u32 left_cpos, rec_range, trunc_range; in ocfs2_truncate_rec() local
5383 ret = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_truncate_rec()
5389 if (left_cpos && le16_to_cpu(el->l_next_free_rec) > 1) { in ocfs2_truncate_rec()
5398 left_cpos); in ocfs2_truncate_rec()