Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dlocalalloc.c217 if (osb->local_alloc_state == OCFS2_LA_DISABLED || in ocfs2_local_alloc_seen_free_bits()
395 osb->local_alloc_state = OCFS2_LA_DISABLED; in ocfs2_shutdown_local_alloc()
1042 if (osb->local_alloc_state == OCFS2_LA_DISABLED) { in ocfs2_recalc_la_window()
1043 WARN_ON_ONCE(osb->local_alloc_state == OCFS2_LA_DISABLED); in ocfs2_recalc_la_window()
1069 osb->local_alloc_state = OCFS2_LA_DISABLED; in ocfs2_recalc_la_window()
1111 OCFS2_LA_DISABLED) in ocfs2_local_alloc_reserve_for_window()
1176 OCFS2_LA_DISABLED) in ocfs2_local_alloc_new_window()
H A Docfs2.h253 OCFS2_LA_DISABLED /* Local alloc has temporarily been enumerator