Searched refs:et_root_bh (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | alloc.h | 58 struct buffer_head *et_root_bh; member
|
D | move_extents.c | 118 context->et.et_root_bh, in __ocfs2_move_extent() 133 ocfs2_journal_dirty(handle, context->et.et_root_bh); in __ocfs2_move_extent()
|
D | alloc.c | 444 et->et_root_bh = bh; in __ocfs2_init_extent_tree() 533 return et->et_root_journal_access(handle, et->et_ci, et->et_root_bh, in ocfs2_et_root_journal_access() 715 return ocfs2_new_path(et->et_root_bh, et->et_root_el, in ocfs2_new_path_from_et() 1310 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_add_branch() 1402 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_shift_tree_depth() 2654 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local 2790 ocfs2_journal_dirty(handle, et_root_bh); in ocfs2_rotate_subtree_left() 4319 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_do_insert_extent() 4832 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_add_clusters_in_btree() 5759 ocfs2_journal_dirty(handle, et->et_root_bh); in ocfs2_remove_btree_range()
|