Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Dalloc.c1776 (unsigned long long)path_leaf_bh(left)->b_blocknr, in ocfs2_find_subtree_root()
1777 (unsigned long long)path_leaf_bh(right)->b_blocknr); in ocfs2_find_subtree_root()
2125 left_leaf_bh = path_leaf_bh(left_path); in ocfs2_rotate_subtree_right()
2170 right_leaf_bh = path_leaf_bh(right_path); in ocfs2_rotate_subtree_right()
2226 blkno = path_leaf_bh(path)->b_blocknr; in ocfs2_find_cpos_for_left_leaf()
2436 mlog_bug_on_msg(path_leaf_bh(left_path) == in ocfs2_rotate_tree_right()
2437 path_leaf_bh(right_path), in ocfs2_rotate_tree_right()
2444 path_leaf_bh(left_path)->b_blocknr); in ocfs2_rotate_tree_right()
2545 eb = (struct ocfs2_extent_block *)path_leaf_bh(path)->b_data; in ocfs2_update_edge_lengths()
2636 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.c1699 ret = ocfs2_journal_access_eb(handle, ci, path_leaf_bh(path), in ocfs2_adjust_refcount_rec()
1720 ocfs2_journal_dirty(handle, path_leaf_bh(path)); in ocfs2_adjust_refcount_rec()