Home
last modified time | relevance | path

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

/fs/ocfs2/
Dsuballoc.h44 #define OCFS2_AC_USE_LOCAL 1 macro
Dlocalalloc.c713 ac->ac_which = OCFS2_AC_USE_LOCAL; in ocfs2_reserve_local_alloc_bits()
745 BUG_ON(ac->ac_which != OCFS2_AC_USE_LOCAL); in ocfs2_claim_local_alloc_bits()
801 BUG_ON(ac->ac_which != OCFS2_AC_USE_LOCAL); in ocfs2_free_local_alloc_bits()
Dsuballoc.c141 if (ac->ac_which != OCFS2_AC_USE_LOCAL) in ocfs2_free_ac_resource()
2300 BUG_ON(ac->ac_which != OCFS2_AC_USE_LOCAL in __ocfs2_claim_clusters()
2303 if (ac->ac_which == OCFS2_AC_USE_LOCAL) { in __ocfs2_claim_clusters()
Dmove_extents.c348 if (context->data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_defrag_extent()
Dalloc.c4845 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_add_clusters_in_btree()
6998 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_convert_inline_data_to_extents()