Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Djournal.c306 __add_wait_queue_entry_tail_exclusive(&c->reserve_space_wq, &wait); in __queue_and_wait()
308 spin_unlock(&c->reserve_space_wq.lock); in __queue_and_wait()
311 finish_wait(&c->reserve_space_wq, &wait); in __queue_and_wait()
328 spin_lock(&c->reserve_space_wq.lock); in wait_for_reservation()
331 spin_unlock(&c->reserve_space_wq.lock); in wait_for_reservation()
348 spin_lock(&c->reserve_space_wq.lock); in wake_up_reservation()
349 if (waitqueue_active(&c->reserve_space_wq)) in wake_up_reservation()
350 wake_up_locked(&c->reserve_space_wq); in wake_up_reservation()
358 spin_unlock(&c->reserve_space_wq.lock); in wake_up_reservation()
370 spin_lock(&c->reserve_space_wq.lock); in add_or_start_queue()
[all …]
Dubifs.h1301 wait_queue_head_t reserve_space_wq; member
Dsuper.c2154 init_waitqueue_head(&c->reserve_space_wq); in alloc_ubifs_info()