Searched refs:left_path (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | alloc.c | 2031 struct ocfs2_path *left_path, in ocfs2_complete_edge_insert() argument 2038 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() 2052 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert() 2054 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert() 2063 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2073 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2080 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2089 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert() 2090 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2094 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert() [all …]
|
D | refcounttree.c | 976 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local 1006 left_path = ocfs2_new_path_from_et(&et); in ocfs2_get_refcount_cpos_end() 1007 if (!left_path) { in ocfs2_get_refcount_cpos_end() 1014 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end() 1020 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end() 1027 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); in ocfs2_get_refcount_cpos_end() 1039 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end() 1042 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end() 1043 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end() 1054 ocfs2_free_path(left_path); in ocfs2_get_refcount_cpos_end()
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 5283 struct btrfs_path *left_path, in tree_compare_item() argument 5291 len1 = btrfs_item_size_nr(left_path->nodes[0], left_path->slots[0]); in tree_compare_item() 5296 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item() 5300 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item() 5330 struct btrfs_path *left_path = NULL; in btrfs_compare_trees() local 5348 left_path = btrfs_alloc_path(); in btrfs_compare_trees() 5349 if (!left_path) { in btrfs_compare_trees() 5365 left_path->search_commit_root = 1; in btrfs_compare_trees() 5366 left_path->skip_locking = 1; in btrfs_compare_trees() 5409 left_path->nodes[left_level] = left_root->commit_root; in btrfs_compare_trees() [all …]
|
D | send.c | 100 struct btrfs_path *left_path; member 3834 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref() 3952 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref() 3966 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref() 4168 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr() 4280 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 4295 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr() 4667 struct btrfs_path *left_path, in is_extent_unchanged() argument 4693 eb = left_path->nodes[0]; in is_extent_unchanged() 4694 slot = left_path->slots[0]; in is_extent_unchanged() [all …]
|
D | ctree.h | 3546 struct btrfs_path *left_path,
|