Home
last modified time | relevance | path

Searched refs:ac_which (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Dsuballoc.h33 u32 ac_which; member
H A Dlocalalloc.c695 ac->ac_which = OCFS2_AC_USE_LOCAL; in ocfs2_reserve_local_alloc_bits()
727 BUG_ON(ac->ac_which != OCFS2_AC_USE_LOCAL); in ocfs2_claim_local_alloc_bits()
783 BUG_ON(ac->ac_which != OCFS2_AC_USE_LOCAL); in ocfs2_free_local_alloc_bits()
H A Dmove_extents.c331 if (context->data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_defrag_extent()