Home
last modified time | relevance | path

Searched refs:path_leaf_bh (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/ocfs2/
Dalloc.c1769 (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_path)->b_data; in ocfs2_unlink_subtree()
[all …]
Dalloc.h285 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) macro
Drefcounttree.c1705 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()