pagb_wait         546 fs/xfs/xfs_extent_busy.c 		wake_up_all(&pag->pagb_wait);
pagb_wait         609 fs/xfs/xfs_extent_busy.c 		prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
pagb_wait         615 fs/xfs/xfs_extent_busy.c 	finish_wait(&pag->pagb_wait, &wait);
pagb_wait         629 fs/xfs/xfs_extent_busy.c 			prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
pagb_wait         634 fs/xfs/xfs_extent_busy.c 		finish_wait(&pag->pagb_wait, &wait);
pagb_wait         207 fs/xfs/xfs_mount.c 		init_waitqueue_head(&pag->pagb_wait);
pagb_wait         381 fs/xfs/xfs_mount.h 	wait_queue_head_t pagb_wait;	/* woken when pagb_gen changes */