Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dlocalalloc.c232 if (osb->local_alloc_state == OCFS2_LA_DISABLED || in ocfs2_local_alloc_seen_free_bits()
404 osb->local_alloc_state = OCFS2_LA_DISABLED; in ocfs2_shutdown_local_alloc()
1058 if (osb->local_alloc_state == OCFS2_LA_DISABLED) { in ocfs2_recalc_la_window()
1059 WARN_ON_ONCE(osb->local_alloc_state == OCFS2_LA_DISABLED); in ocfs2_recalc_la_window()
1085 osb->local_alloc_state = OCFS2_LA_DISABLED; in ocfs2_recalc_la_window()
1127 OCFS2_LA_DISABLED) in ocfs2_local_alloc_reserve_for_window()
1192 OCFS2_LA_DISABLED) in ocfs2_local_alloc_new_window()
Docfs2.h267 OCFS2_LA_DISABLED /* Local alloc has temporarily been enumerator