Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dalloc.c2390 if (!left_path) { in ocfs2_rotate_tree_right()
2937 if (!left_path) { in __ocfs2_rotate_tree_left()
3492 if (!left_path) { in ocfs2_get_left_path()
3564 left_path); in ocfs2_merge_rec_left()
3626 if (left_path) { in ocfs2_merge_rec_left()
4096 if (left_path) in ocfs2_split_record()
4180 if (left_path) { in ocfs2_insert_path()
4224 if (left_path) in ocfs2_insert_path()
4233 if (left_path) { in ocfs2_insert_path()
5179 if (!left_path) { in ocfs2_change_extent_flag()
[all …]
H A Drefcounttree.c967 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local
997 left_path = ocfs2_new_path_from_et(&et); in ocfs2_get_refcount_cpos_end()
998 if (!left_path) { in ocfs2_get_refcount_cpos_end()
1005 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end()
1011 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()
1018 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); in ocfs2_get_refcount_cpos_end()
1030 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end()
1033 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1034 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
1045 ocfs2_free_path(left_path); in ocfs2_get_refcount_cpos_end()
/linux-6.15/fs/btrfs/
H A Dsend.c156 struct btrfs_path *left_path; member
6213 eb = left_path->nodes[0]; in is_extent_unchanged()
6214 slot = left_path->slots[0]; in is_extent_unchanged()
6871 sctx->left_path->slots[0], in changed_inode()
7255 if (left_path->nodes[0]) in changed_cb()
7283 sctx->left_path = left_path; in changed_cb()
7547 len1 = btrfs_item_size(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
7552 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
7694 if (!left_path) { in btrfs_compare_trees()
7711 left_path->skip_locking = 1; in btrfs_compare_trees()
[all …]