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

/linux-master/fs/ocfs2/
H A Dalloc.c2030 * We've changed a leaf block (in right_path) and need to reflect that
2044 struct ocfs2_path *right_path,
2065 right_el = path_leaf_el(right_path);
2079 el = right_path->p_node[i].el;
2085 ocfs2_journal_dirty(handle, right_path->p_node[i].bh);
2092 right_el = right_path->p_node[i].el;
2102 right_el = right_path->p_node[subtree_index + 1].el;
2115 struct ocfs2_path *right_path,
2145 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2147 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_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
2367 ocfs2_rotate_tree_right(handle_t *handle, struct ocfs2_extent_tree *et, enum ocfs2_split_type split, u32 insert_cpos, struct ocfs2_path *right_path, struct ocfs2_path **ret_left_path) argument
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
2914 struct ocfs2_path *right_path = NULL; local
3299 struct ocfs2_path *right_path = NULL; local
3358 struct ocfs2_path *right_path = NULL; local
3460 ocfs2_get_left_path(struct ocfs2_extent_tree *et, struct ocfs2_path *right_path, struct ocfs2_path **ret_left_path) argument
3513 ocfs2_merge_rec_left(struct ocfs2_path *right_path, handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *split_rec, struct ocfs2_cached_dealloc_ctxt *dealloc, int index) argument
3991 ocfs2_append_rec_to_path(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *insert_rec, struct ocfs2_path *right_path, struct ocfs2_path **ret_left_path) argument
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
4250 struct ocfs2_path *right_path = NULL; local
4366 struct ocfs2_path *left_path = NULL, *right_path = NULL; local
[all...]
H A Drefcounttree.c966 struct ocfs2_path *left_path = NULL, *right_path = NULL; local
1010 right_path = ocfs2_new_path_from_path(left_path);
1011 if (!right_path) {
1023 ret = ocfs2_find_path(ci, right_path, cpos);
1030 right_path);
1045 ocfs2_free_path(right_path);
/linux-master/fs/btrfs/
H A Dsend.c158 struct btrfs_path *right_path; member in struct:send_ctx
4788 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path,
4807 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path,
5002 return iterate_dir_item(sctx->parent_root, sctx->right_path,
5072 ret = find_xattr(sctx->parent_root, sctx->right_path,
5119 ret = iterate_dir_item(sctx->parent_root, sctx->right_path,
6873 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0],
6874 sctx->right_path->slots[0],
6876 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0],
6880 right_ii = btrfs_item_ptr(sctx->right_path
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
7675 struct btrfs_path *right_path = NULL; local
[all...]

Completed in 317 milliseconds