Searched refs:right_cpos (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 2907 u32 right_cpos; in __ocfs2_rotate_tree_left() local 2917 ret = ocfs2_find_cpos_for_right_leaf(sb, path, &right_cpos); in __ocfs2_rotate_tree_left() 2939 while (right_cpos) { in __ocfs2_rotate_tree_left() 2940 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in __ocfs2_rotate_tree_left() 3002 &right_cpos); in __ocfs2_rotate_tree_left() 3293 u32 right_cpos; in ocfs2_get_right_path() local 3306 left_path, &right_cpos); in ocfs2_get_right_path() 3313 BUG_ON(right_cpos == 0); in ocfs2_get_right_path() 3322 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in ocfs2_get_right_path() 4358 u32 left_cpos, right_cpos; in ocfs2_figure_merge_contig_type() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 2905 u32 right_cpos; in __ocfs2_rotate_tree_left() local 2915 ret = ocfs2_find_cpos_for_right_leaf(sb, path, &right_cpos); in __ocfs2_rotate_tree_left() 2937 while (right_cpos) { in __ocfs2_rotate_tree_left() 2938 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in __ocfs2_rotate_tree_left() 3000 &right_cpos); in __ocfs2_rotate_tree_left() 3291 u32 right_cpos; in ocfs2_get_right_path() local 3304 left_path, &right_cpos); in ocfs2_get_right_path() 3311 BUG_ON(right_cpos == 0); in ocfs2_get_right_path() 3320 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in ocfs2_get_right_path() 4356 u32 left_cpos, right_cpos; in ocfs2_figure_merge_contig_type() local [all...] |
Completed in 13 milliseconds