Searched refs:c_first_suballocator (Results 1 – 2 of 2) sorted by relevance
188 struct ocfs2_per_slot_free_list *c_first_suballocator; member193 c->c_first_suballocator = NULL; in ocfs2_init_dealloc_ctxt()
6571 while (ctxt->c_first_suballocator) { in ocfs2_run_deallocs()6572 fl = ctxt->c_first_suballocator; in ocfs2_run_deallocs()6587 ctxt->c_first_suballocator = fl->f_next_suballocator; in ocfs2_run_deallocs()6610 struct ocfs2_per_slot_free_list *fl = ctxt->c_first_suballocator; in ocfs2_find_per_slot_free_list()6624 fl->f_next_suballocator = ctxt->c_first_suballocator; in ocfs2_find_per_slot_free_list()6626 ctxt->c_first_suballocator = fl; in ocfs2_find_per_slot_free_list()6637 struct ocfs2_per_slot_free_list *fl = ctxt->c_first_suballocator; in ocfs2_find_preferred_free_list()6651 fl = ctxt->c_first_suballocator; in ocfs2_find_preferred_free_list()6665 fl = et->et_dealloc->c_first_suballocator; in ocfs2_is_dealloc_empty()6762 dealloc->c_first_suballocator = fl->f_next_suballocator; in ocfs2_reuse_blk_from_dealloc()