Searched refs:path_num_items (Results 1 – 2 of 2) sorted by relevance
287 #define path_num_items(_path) ((_path)->p_tree_depth + 1) macro
581 for(i = start; i < path_num_items(path); i++) { in ocfs2_reinit_path()748 for(i = 0; i < path_num_items(path); i++) { in ocfs2_journal_access_path()1111 status = ocfs2_extend_trans(handle, path_num_items(path)); in ocfs2_adjust_rightmost_branch()2147 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right()2571 for(i = unlink_start; i < path_num_items(path); i++) { in ocfs2_unlink_path()2884 path_num_items(path) - 1); in ocfs2_rotate_rightmost_leaf_left()3404 i < path_num_items(right_path); i++) { in ocfs2_merge_rec_right()3426 path_num_items(left_path) - 1); in ocfs2_merge_rec_right()3566 i < path_num_items(right_path); i++) { in ocfs2_merge_rec_left()3588 path_num_items(right_path) - 1); in ocfs2_merge_rec_left()[all …]