Searched refs:et_root_bh (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | alloc.h | 42 struct buffer_head *et_root_bh; member
|
D | alloc.c | 436 et->et_root_bh = bh; in __ocfs2_init_extent_tree() 526 return et->et_root_journal_access(handle, et->et_ci, et->et_root_bh, in ocfs2_et_root_journal_access() 708 return ocfs2_new_path(et->et_root_bh, et->et_root_el, in ocfs2_new_path_from_et() 1319 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_add_branch() 1421 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_shift_tree_depth() 2648 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local 2783 ocfs2_journal_dirty(handle, et_root_bh); in ocfs2_rotate_subtree_left() 4339 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_do_insert_extent() 4850 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_add_clusters_in_btree() 5772 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_remove_btree_range()
|