Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dalloc.c2375 if (!left_path) { in ocfs2_rotate_tree_right()
2922 if (!left_path) { in __ocfs2_rotate_tree_left()
3477 if (!left_path) { in ocfs2_get_left_path()
3549 left_path); in ocfs2_merge_rec_left()
3611 if (left_path) { in ocfs2_merge_rec_left()
4081 if (left_path) in ocfs2_split_record()
4165 if (left_path) { in ocfs2_insert_path()
4209 if (left_path) in ocfs2_insert_path()
4218 if (left_path) { in ocfs2_insert_path()
5164 if (!left_path) { in ocfs2_change_extent_flag()
[all …]
H A Drefcounttree.c966 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local
996 left_path = ocfs2_new_path_from_et(&et); in ocfs2_get_refcount_cpos_end()
997 if (!left_path) { in ocfs2_get_refcount_cpos_end()
1004 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end()
1010 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()
1017 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); in ocfs2_get_refcount_cpos_end()
1029 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end()
1032 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1033 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
1044 ocfs2_free_path(left_path); in ocfs2_get_refcount_cpos_end()
/openbmc/linux/fs/btrfs/
H A Dsend.c158 struct btrfs_path *left_path; member
6239 eb = left_path->nodes[0]; in is_extent_unchanged()
6240 slot = left_path->slots[0]; in is_extent_unchanged()
6899 sctx->left_path->slots[0], in changed_inode()
7285 if (left_path->nodes[0]) in changed_cb()
7314 sctx->left_path = left_path; in changed_cb()
7578 len1 = btrfs_item_size(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
7583 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
7725 if (!left_path) { in btrfs_compare_trees()
7742 left_path->skip_locking = 1; in btrfs_compare_trees()
[all …]