Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dalloc.c1759 (unsigned long long)path_leaf_bh(left)->b_blocknr, in ocfs2_find_subtree_root()
1760 (unsigned long long)path_leaf_bh(right)->b_blocknr); in ocfs2_find_subtree_root()
2114 left_leaf_bh = path_leaf_bh(left_path); in ocfs2_rotate_subtree_right()
2160 right_leaf_bh = path_leaf_bh(right_path); in ocfs2_rotate_subtree_right()
2216 blkno = path_leaf_bh(path)->b_blocknr; in ocfs2_find_cpos_for_left_leaf()
2427 mlog_bug_on_msg(path_leaf_bh(left_path) == in ocfs2_rotate_tree_right()
2428 path_leaf_bh(right_path), in ocfs2_rotate_tree_right()
2435 path_leaf_bh(left_path)->b_blocknr); in ocfs2_rotate_tree_right()
2551 eb = (struct ocfs2_extent_block *)path_leaf_bh(path)->b_data; in ocfs2_update_edge_lengths()
2645 eb = (struct ocfs2_extent_block *)path_leaf_bh(left_path)->b_data; in ocfs2_unlink_subtree()
[all …]
Dalloc.h299 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) macro
Drefcounttree.c1719 ret = ocfs2_journal_access_eb(handle, ci, path_leaf_bh(path), in ocfs2_adjust_refcount_rec()
1740 ocfs2_journal_dirty(handle, path_leaf_bh(path)); in ocfs2_adjust_refcount_rec()