Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Dlocalalloc.c210 return (osb->local_alloc_state == OCFS2_LA_THROTTLED || in ocfs2_la_state_enabled()
211 osb->local_alloc_state == OCFS2_LA_ENABLED); in ocfs2_la_state_enabled()
218 if (osb->local_alloc_state == OCFS2_LA_DISABLED || in ocfs2_local_alloc_seen_free_bits()
219 osb->local_alloc_state == OCFS2_LA_THROTTLED) in ocfs2_local_alloc_seen_free_bits()
222 osb->local_alloc_state = OCFS2_LA_ENABLED; in ocfs2_local_alloc_seen_free_bits()
233 osb->local_alloc_state = OCFS2_LA_ENABLED; in ocfs2_la_enable_worker()
265 (unsigned long long)bits, osb->local_alloc_state, la_bits, ret); in ocfs2_alloc_should_use_local()
347 osb->local_alloc_state = OCFS2_LA_ENABLED; in ocfs2_load_local_alloc()
383 if (osb->local_alloc_state == OCFS2_LA_UNUSED) in ocfs2_shutdown_local_alloc()
396 osb->local_alloc_state = OCFS2_LA_DISABLED; in ocfs2_shutdown_local_alloc()
[all …]
Docfs2.h368 enum ocfs2_local_alloc_state local_alloc_state; /* protected member
Dsuper.c305 "LocalAlloc", osb->local_alloc_state, in ocfs2_osb_dump()
1842 if (osb->local_alloc_state == OCFS2_LA_ENABLED) in ocfs2_mount_volume()
2103 osb->local_alloc_state = OCFS2_LA_UNUSED; in ocfs2_initialize_super()