Searched refs:left_path (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | alloc.c | 2039 struct ocfs2_path *left_path, in ocfs2_complete_edge_insert() argument 2046 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() 2060 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert() 2062 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert() 2071 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2080 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2087 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2096 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert() 2097 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2101 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert() [all …]
|
D | refcounttree.c | 966 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()
|
/Linux-v5.4/fs/btrfs/ |
D | send.c | 85 struct btrfs_path *left_path; member 272 typedef int (*btrfs_changed_cb_t)(struct btrfs_path *left_path, 4239 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref() 4357 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref() 4371 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref() 4575 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr() 4683 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 4698 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr() 5364 struct btrfs_path *left_path, in is_extent_unchanged() argument 5390 eb = left_path->nodes[0]; in is_extent_unchanged() [all …]
|