/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 2038 struct ocfs2_path *left_path, in ocfs2_complete_edge_insert() 2045 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() 2059 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert() 2061 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert() 2070 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2079 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2086 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2095 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert() 2096 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2100 left_path in ocfs2_complete_edge_insert() 2037 ocfs2_complete_edge_insert(handle_t *handle, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) ocfs2_complete_edge_insert() argument 2107 ocfs2_rotate_subtree_right(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) ocfs2_rotate_subtree_right() argument 2307 ocfs2_rotate_requires_path_adjustment(struct ocfs2_path *left_path, u32 insert_cpos) ocfs2_rotate_requires_path_adjustment() argument 2371 struct ocfs2_path *left_path = NULL; ocfs2_rotate_tree_right() local 2608 ocfs2_unlink_subtree(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_unlink_subtree() argument 2641 ocfs2_rotate_subtree_left(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc, int *deleted) ocfs2_rotate_subtree_left() argument 2908 struct ocfs2_path *left_path = NULL; __ocfs2_rotate_tree_left() local 3023 struct ocfs2_path *left_path = NULL; ocfs2_remove_rightmost_path() local 3288 ocfs2_get_right_path(struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path **ret_right_path) ocfs2_get_right_path() argument 3342 ocfs2_merge_rec_right(struct ocfs2_path *left_path, handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *split_rec, int index) ocfs2_merge_rec_right() argument 3461 struct ocfs2_path *left_path = NULL; ocfs2_get_left_path() local 3522 struct ocfs2_path *left_path = NULL; ocfs2_merge_rec_left() local 3994 struct ocfs2_path *left_path = NULL; ocfs2_append_rec_to_path() local 4071 ocfs2_split_record(struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *split_rec, enum ocfs2_split_type split) ocfs2_split_record() argument 4157 ocfs2_insert_path(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *insert) ocfs2_insert_path() argument 4246 struct ocfs2_path *left_path = NULL; ocfs2_do_insert_extent() local 4361 struct ocfs2_path *left_path = NULL, *right_path = NULL; ocfs2_figure_merge_contig_type() local 5161 struct ocfs2_path *left_path = NULL; ocfs2_change_extent_flag() local 5352 struct ocfs2_path *left_path = NULL; ocfs2_truncate_rec() local [all...] |
H A D | refcounttree.c | 968 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local 998 left_path = ocfs2_new_path_from_et(&et); in ocfs2_get_refcount_cpos_end() 999 if (!left_path) { in ocfs2_get_refcount_cpos_end() 1006 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end() 1012 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end() 1019 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); in ocfs2_get_refcount_cpos_end() 1031 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end() 1034 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end() 1035 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end() 1046 ocfs2_free_path(left_path); in ocfs2_get_refcount_cpos_end() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 2036 struct ocfs2_path *left_path, in ocfs2_complete_edge_insert() 2057 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert() 2059 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert() 2068 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2077 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2084 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2093 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert() 2094 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2098 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert() 2100 root_bh = left_path in ocfs2_complete_edge_insert() 2035 ocfs2_complete_edge_insert(handle_t *handle, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) ocfs2_complete_edge_insert() argument 2105 ocfs2_rotate_subtree_right(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) ocfs2_rotate_subtree_right() argument 2305 ocfs2_rotate_requires_path_adjustment(struct ocfs2_path *left_path, u32 insert_cpos) ocfs2_rotate_requires_path_adjustment() argument 2369 struct ocfs2_path *left_path = NULL; ocfs2_rotate_tree_right() local 2606 ocfs2_unlink_subtree(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_unlink_subtree() argument 2639 ocfs2_rotate_subtree_left(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc, int *deleted) ocfs2_rotate_subtree_left() argument 2906 struct ocfs2_path *left_path = NULL; __ocfs2_rotate_tree_left() local 3021 struct ocfs2_path *left_path = NULL; ocfs2_remove_rightmost_path() local 3286 ocfs2_get_right_path(struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path **ret_right_path) ocfs2_get_right_path() argument 3340 ocfs2_merge_rec_right(struct ocfs2_path *left_path, handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *split_rec, int index) ocfs2_merge_rec_right() argument 3459 struct ocfs2_path *left_path = NULL; ocfs2_get_left_path() local 3520 struct ocfs2_path *left_path = NULL; ocfs2_merge_rec_left() local 3992 struct ocfs2_path *left_path = NULL; ocfs2_append_rec_to_path() local 4069 ocfs2_split_record(struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *split_rec, enum ocfs2_split_type split) ocfs2_split_record() argument 4155 ocfs2_insert_path(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *insert) ocfs2_insert_path() argument 4244 struct ocfs2_path *left_path = NULL; ocfs2_do_insert_extent() local 4359 struct ocfs2_path *left_path = NULL, *right_path = NULL; ocfs2_figure_merge_contig_type() local 5159 struct ocfs2_path *left_path = NULL; ocfs2_change_extent_flag() local 5350 struct ocfs2_path *left_path = NULL; ocfs2_truncate_rec() local [all...] |
H A 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() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 158 struct btrfs_path *left_path; member 4757 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref() 4786 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref() 4977 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr() 5083 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 5098 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr() 6168 struct btrfs_path *left_path, in is_extent_unchanged() 6194 eb = left_path->nodes[0]; in is_extent_unchanged() 6195 slot = left_path->slots[0]; in is_extent_unchanged() 6853 left_ii = btrfs_item_ptr(sctx->left_path in changed_inode() 6167 is_extent_unchanged(struct send_ctx *sctx, struct btrfs_path *left_path, struct btrfs_key *ekey) is_extent_unchanged() argument 7200 changed_cb(struct btrfs_path *left_path, struct btrfs_path *right_path, struct btrfs_key *key, enum btrfs_compare_tree_result result, struct send_ctx *sctx) changed_cb() argument 7525 tree_compare_item(struct btrfs_path *left_path, struct btrfs_path *right_path, char *tmp_buf) tree_compare_item() argument 7569 restart_after_relocation(struct btrfs_path *left_path, struct btrfs_path *right_path, const struct btrfs_key *left_key, const struct btrfs_key *right_key, int left_level, int right_level, const struct send_ctx *sctx) restart_after_relocation() argument 7660 struct btrfs_path *left_path = NULL; btrfs_compare_trees() local [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 94 struct btrfs_path *left_path; member 4408 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref() 4526 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref() 4540 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref() 4748 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr() 4856 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 4871 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr() 5614 struct btrfs_path *left_path, in is_extent_unchanged() 5640 eb = left_path->nodes[0]; in is_extent_unchanged() 5641 slot = left_path in is_extent_unchanged() 5613 is_extent_unchanged(struct send_ctx *sctx, struct btrfs_path *left_path, struct btrfs_key *ekey) is_extent_unchanged() argument 6643 changed_cb(struct btrfs_path *left_path, struct btrfs_path *right_path, struct btrfs_key *key, enum btrfs_compare_tree_result result, void *ctx) changed_cb() argument 6816 tree_compare_item(struct btrfs_path *left_path, struct btrfs_path *right_path, char *tmp_buf) tree_compare_item() argument 6860 struct btrfs_path *left_path = NULL; btrfs_compare_trees() local [all...] |