Searched refs:path_leaf_bh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 1771 (unsigned long long)path_leaf_bh(left)->b_blocknr, in ocfs2_find_subtree_root() 1772 (unsigned long long)path_leaf_bh(right)->b_blocknr); in ocfs2_find_subtree_root() 2120 left_leaf_bh = path_leaf_bh(left_path); in ocfs2_rotate_subtree_right() 2165 right_leaf_bh = path_leaf_bh(right_path); in ocfs2_rotate_subtree_right() 2221 blkno = path_leaf_bh(path)->b_blocknr; in ocfs2_find_cpos_for_left_leaf() 2431 mlog_bug_on_msg(path_leaf_bh(left_path) == in ocfs2_rotate_tree_right() 2432 path_leaf_bh(right_path), in ocfs2_rotate_tree_right() 2439 path_leaf_bh(left_path)->b_blocknr); in ocfs2_rotate_tree_right() 2540 eb = (struct ocfs2_extent_block *)path_leaf_bh(path)->b_data; in ocfs2_update_edge_lengths() 2631 eb = (struct ocfs2_extent_block *)path_leaf_bh(left_pat in ocfs2_unlink_subtree() [all...] |
H A D | alloc.h | 287 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) macro
|
H A D | refcounttree.c | 1707 ret = ocfs2_journal_access_eb(handle, ci, path_leaf_bh(path), in ocfs2_adjust_refcount_rec() 1728 ocfs2_journal_dirty(handle, path_leaf_bh(path)); in ocfs2_adjust_refcount_rec()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 1769 (unsigned long long)path_leaf_bh(left)->b_blocknr, in ocfs2_find_subtree_root() 1770 (unsigned long long)path_leaf_bh(right)->b_blocknr); in ocfs2_find_subtree_root() 2118 left_leaf_bh = path_leaf_bh(left_path); in ocfs2_rotate_subtree_right() 2163 right_leaf_bh = path_leaf_bh(right_path); in ocfs2_rotate_subtree_right() 2219 blkno = path_leaf_bh(path)->b_blocknr; in ocfs2_find_cpos_for_left_leaf() 2429 mlog_bug_on_msg(path_leaf_bh(left_path) == in ocfs2_rotate_tree_right() 2430 path_leaf_bh(right_path), in ocfs2_rotate_tree_right() 2437 path_leaf_bh(left_path)->b_blocknr); in ocfs2_rotate_tree_right() 2538 eb = (struct ocfs2_extent_block *)path_leaf_bh(path)->b_data; in ocfs2_update_edge_lengths() 2629 eb = (struct ocfs2_extent_block *)path_leaf_bh(left_pat in ocfs2_unlink_subtree() [all...] |
H A D | alloc.h | 285 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) macro
|
H A D | refcounttree.c | 1705 ret = ocfs2_journal_access_eb(handle, ci, path_leaf_bh(path), in ocfs2_adjust_refcount_rec() 1726 ocfs2_journal_dirty(handle, path_leaf_bh(path)); in ocfs2_adjust_refcount_rec()
|
Completed in 24 milliseconds