Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dalloc.c2024 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument
2045 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert()
2059 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2066 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2073 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2083 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2096 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument
2126 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2128 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right()
2135 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right()
[all …]
Drefcounttree.c974 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local
1018 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()
1019 if (!right_path) { in ocfs2_get_refcount_cpos_end()
1031 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end()
1038 right_path); in ocfs2_get_refcount_cpos_end()
1053 ocfs2_free_path(right_path); in ocfs2_get_refcount_cpos_end()
/linux-4.4.14/fs/btrfs/
Dctree.c5290 struct btrfs_path *right_path, in tree_compare_item() argument
5298 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]); in tree_compare_item()
5303 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
5304 right_path->slots[0]); in tree_compare_item()
5308 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
5337 struct btrfs_path *right_path = NULL; in btrfs_compare_trees() local
5359 right_path = btrfs_alloc_path(); in btrfs_compare_trees()
5360 if (!right_path) { in btrfs_compare_trees()
5373 right_path->search_commit_root = 1; in btrfs_compare_trees()
5374 right_path->skip_locking = 1; in btrfs_compare_trees()
[all …]
Dsend.c101 struct btrfs_path *right_path; member
3928 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref()
4009 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref()
4050 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref()
4258 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr()
4332 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr()
4379 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr()
5470 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
5471 sctx->right_path->slots[0], in changed_inode()
5473 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
[all …]
Dctree.h3605 struct btrfs_path *right_path,