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

/linux-master/fs/ubifs/
H A Djournal.c300 * up. This function should be called with @c->reserve_space_wq locked.
306 __add_wait_queue_entry_tail_exclusive(&c->reserve_space_wq, &wait);
308 spin_unlock(&c->reserve_space_wq.lock);
311 finish_wait(&c->reserve_space_wq, &wait);
328 spin_lock(&c->reserve_space_wq.lock);
331 spin_unlock(&c->reserve_space_wq.lock);
348 spin_lock(&c->reserve_space_wq.lock);
349 if (waitqueue_active(&c->reserve_space_wq))
350 wake_up_locked(&c->reserve_space_wq);
358 spin_unlock(&c->reserve_space_wq
[all...]
H A Dubifs.h1051 * @reserve_space_wq: wait queue to sleep on if @need_wait_space is not %0
1311 wait_queue_head_t reserve_space_wq; member in struct:ubifs_info
H A Dsuper.c2154 init_waitqueue_head(&c->reserve_space_wq);

Completed in 253 milliseconds