Searched refs:left_path (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.c2043 struct ocfs2_path *left_path,
2064 left_el = path_leaf_el(left_path);
2066 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2075 el = left_path->p_node[i].el;
2084 ocfs2_journal_dirty(handle, left_path->p_node[i].bh);
2091 left_el = left_path->p_node[i].el;
2100 el = left_path->p_node[subtree_index].el;
2101 left_el = left_path->p_node[subtree_index + 1].el;
2105 left_path->p_node[subtree_index + 1].bh->b_blocknr);
2107 root_bh = left_path
2042 ocfs2_complete_edge_insert(handle_t *handle, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) argument
2112 ocfs2_rotate_subtree_right(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) argument
2312 ocfs2_rotate_requires_path_adjustment(struct ocfs2_path *left_path, u32 insert_cpos) argument
2376 struct ocfs2_path *left_path = NULL; local
2613 ocfs2_unlink_subtree(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
2646 ocfs2_rotate_subtree_left(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc, int *deleted) argument
2913 struct ocfs2_path *left_path = NULL; local
3028 struct ocfs2_path *left_path = NULL; local
3293 ocfs2_get_right_path(struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path **ret_right_path) argument
3347 ocfs2_merge_rec_right(struct ocfs2_path *left_path, handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *split_rec, int index) argument
3466 struct ocfs2_path *left_path = NULL; local
3527 struct ocfs2_path *left_path = NULL; local
3999 struct ocfs2_path *left_path = NULL; local
4076 ocfs2_split_record(struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *split_rec, enum ocfs2_split_type split) argument
4162 ocfs2_insert_path(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *insert) argument
4251 struct ocfs2_path *left_path = NULL; local
4366 struct ocfs2_path *left_path = NULL, *right_path = NULL; local
5166 struct ocfs2_path *left_path = NULL; local
5357 struct ocfs2_path *left_path = NULL; local
[all...]
H A Drefcounttree.c966 struct ocfs2_path *left_path = NULL, *right_path = NULL; local
996 left_path = ocfs2_new_path_from_et(&et);
997 if (!left_path) {
1004 ret = ocfs2_find_path(ci, left_path, cpos);
1010 right_path = ocfs2_new_path_from_path(left_path);
1017 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos);
1029 subtree_root = ocfs2_find_subtree_root(&et, left_path,
1032 tmp_el = left_path->p_node[subtree_root].el;
1033 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr;
1044 ocfs2_free_path(left_path);
[all...]
/linux-master/fs/btrfs/
H A Dsend.c157 struct btrfs_path *left_path; member in struct:send_ctx
4774 ret = iterate_inode_ref(sctx->send_root, sctx->left_path,
4803 ret = iterate_inode_ref(sctx->send_root, sctx->left_path,
4994 ret = iterate_dir_item(sctx->send_root, sctx->left_path,
5100 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key,
5115 ret = iterate_dir_item(sctx->send_root, sctx->left_path,
6185 struct btrfs_path *left_path,
6211 eb = left_path->nodes[0];
6212 slot = left_path->slots[0];
6867 left_ii = btrfs_item_ptr(sctx->left_path
6184 is_extent_unchanged(struct send_ctx *sctx, struct btrfs_path *left_path, struct btrfs_key *ekey) argument
7214 changed_cb(struct btrfs_path *left_path, struct btrfs_path *right_path, struct btrfs_key *key, enum btrfs_compare_tree_result result, struct send_ctx *sctx) argument
7539 tree_compare_item(struct btrfs_path *left_path, struct btrfs_path *right_path, char *tmp_buf) argument
7583 restart_after_relocation(struct btrfs_path *left_path, struct btrfs_path *right_path, const struct btrfs_key *left_key, const struct btrfs_key *right_key, int left_level, int right_level, const struct send_ctx *sctx) argument
7674 struct btrfs_path *left_path = NULL; local
[all...]

Completed in 177 milliseconds