Home
last modified time | relevance | path

Searched refs:left_path (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ocfs2/
Dalloc.c2031 struct ocfs2_path *left_path, in ocfs2_complete_edge_insert() argument
2038 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2052 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert()
2054 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert()
2063 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2073 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2080 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2089 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2090 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2094 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert()
[all …]
Drefcounttree.c971 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local
1001 left_path = ocfs2_new_path_from_et(&et); in ocfs2_get_refcount_cpos_end()
1002 if (!left_path) { in ocfs2_get_refcount_cpos_end()
1009 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end()
1015 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()
1022 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); in ocfs2_get_refcount_cpos_end()
1034 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end()
1037 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1038 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
1049 ocfs2_free_path(left_path); in ocfs2_get_refcount_cpos_end()