Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dalloc.c2023 struct ocfs2_path *left_path, in ocfs2_complete_edge_insert() argument
2030 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2044 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert()
2046 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert()
2055 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2065 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2072 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2081 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2082 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2086 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert()
[all …]
Drefcounttree.c974 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local
1004 left_path = ocfs2_new_path_from_et(&et); in ocfs2_get_refcount_cpos_end()
1005 if (!left_path) { in ocfs2_get_refcount_cpos_end()
1012 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end()
1018 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()
1025 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); in ocfs2_get_refcount_cpos_end()
1037 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end()
1040 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1041 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
1052 ocfs2_free_path(left_path); in ocfs2_get_refcount_cpos_end()
/linux-4.4.14/fs/btrfs/
Dctree.c5289 struct btrfs_path *left_path, in tree_compare_item() argument
5297 len1 = btrfs_item_size_nr(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
5302 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
5306 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()
5336 struct btrfs_path *left_path = NULL; in btrfs_compare_trees() local
5354 left_path = btrfs_alloc_path(); in btrfs_compare_trees()
5355 if (!left_path) { in btrfs_compare_trees()
5371 left_path->search_commit_root = 1; in btrfs_compare_trees()
5372 left_path->skip_locking = 1; in btrfs_compare_trees()
5415 left_path->nodes[left_level] = left_root->commit_root; in btrfs_compare_trees()
[all …]
Dsend.c100 struct btrfs_path *left_path; member
3914 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref()
4032 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref()
4046 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref()
4248 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr()
4360 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr()
4375 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr()
4916 struct btrfs_path *left_path, in is_extent_unchanged() argument
4942 eb = left_path->nodes[0]; in is_extent_unchanged()
4943 slot = left_path->slots[0]; in is_extent_unchanged()
[all …]
Dctree.h3604 struct btrfs_path *left_path,