Searched refs:path_num_items (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.h287 #define path_num_items(_path) ((_path)->p_tree_depth + 1) macro
H A Dalloc.c581 for(i = start; i < path_num_items(path); i++) {
748 for(i = 0; i < path_num_items(path); i++) {
1118 status = ocfs2_extend_trans(handle, path_num_items(path));
2154 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2578 for(i = unlink_start; i < path_num_items(path); i++) {
2730 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2891 path_num_items(path) - 1);
3411 i < path_num_items(right_path); i++) {
3433 path_num_items(left_path) - 1);
3573 i < path_num_items(right_pat
[all...]

Completed in 136 milliseconds