Home
last modified time | relevance | path

Searched refs:c_first_suballocator (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/
Dalloc.h190 struct ocfs2_per_slot_free_list *c_first_suballocator; member
195 c->c_first_suballocator = NULL; in ocfs2_init_dealloc_ctxt()
Dalloc.c6542 while (ctxt->c_first_suballocator) { in ocfs2_run_deallocs()
6543 fl = ctxt->c_first_suballocator; in ocfs2_run_deallocs()
6558 ctxt->c_first_suballocator = fl->f_next_suballocator; in ocfs2_run_deallocs()
6581 struct ocfs2_per_slot_free_list *fl = ctxt->c_first_suballocator; in ocfs2_find_per_slot_free_list()
6595 fl->f_next_suballocator = ctxt->c_first_suballocator; in ocfs2_find_per_slot_free_list()
6597 ctxt->c_first_suballocator = fl; in ocfs2_find_per_slot_free_list()
6608 struct ocfs2_per_slot_free_list *fl = ctxt->c_first_suballocator; in ocfs2_find_preferred_free_list()
6622 fl = ctxt->c_first_suballocator; in ocfs2_find_preferred_free_list()
6636 fl = et->et_dealloc->c_first_suballocator; in ocfs2_is_dealloc_empty()
6733 dealloc->c_first_suballocator = fl->f_next_suballocator; in ocfs2_reuse_blk_from_dealloc()