Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/
Dsuballoc.h44 #define OCFS2_AC_USE_LOCAL 1 macro
Dlocalalloc.c710 ac->ac_which = OCFS2_AC_USE_LOCAL; in ocfs2_reserve_local_alloc_bits()
742 BUG_ON(ac->ac_which != OCFS2_AC_USE_LOCAL); in ocfs2_claim_local_alloc_bits()
Dsuballoc.c147 if (ac->ac_which != OCFS2_AC_USE_LOCAL) in ocfs2_free_ac_resource()
2308 BUG_ON(ac->ac_which != OCFS2_AC_USE_LOCAL in __ocfs2_claim_clusters()
2311 if (ac->ac_which == OCFS2_AC_USE_LOCAL) { in __ocfs2_claim_clusters()