Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_extent_busy.c520 wake_up_all(&pag->pagb_wait); in xfs_extent_busy_put_pag()
583 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_flush()
589 finish_wait(&pag->pagb_wait, &wait); in xfs_extent_busy_flush()
602 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_wait_all()
607 finish_wait(&pag->pagb_wait, &wait); in xfs_extent_busy_wait_all()
/linux/fs/xfs/libxfs/
A Dxfs_ag.h84 wait_queue_head_t pagb_wait; /* woken when pagb_gen changes */ member
A Dxfs_ag.c258 init_waitqueue_head(&pag->pagb_wait); in xfs_initialize_perag()

Completed in 8 milliseconds