Searched refs:et_root_bh (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | alloc.h | 44 struct buffer_head *et_root_bh; member
|
D | move_extents.c | 111 context->et.et_root_bh, in __ocfs2_move_extent() 126 ocfs2_journal_dirty(handle, context->et.et_root_bh); in __ocfs2_move_extent()
|
D | alloc.c | 438 et->et_root_bh = bh; in __ocfs2_init_extent_tree() 528 return et->et_root_journal_access(handle, et->et_ci, et->et_root_bh, in ocfs2_et_root_journal_access() 710 return ocfs2_new_path(et->et_root_bh, et->et_root_el, in ocfs2_new_path_from_et() 1322 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_add_branch() 1424 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_shift_tree_depth() 2651 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local 2786 ocfs2_journal_dirty(handle, et_root_bh); in ocfs2_rotate_subtree_left() 4342 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_do_insert_extent() 4853 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_add_clusters_in_btree() 5775 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_remove_btree_range()
|