sd_reserving_log_wait  834 fs/gfs2/incore.h 	wait_queue_head_t sd_reserving_log_wait;
sd_reserving_log_wait  384 fs/gfs2/log.c  			wake_up(&sdp->sd_reserving_log_wait);
sd_reserving_log_wait  403 fs/gfs2/log.c  		wake_up(&sdp->sd_reserving_log_wait);
sd_reserving_log_wait  138 fs/gfs2/ops_fstype.c 	init_waitqueue_head(&sdp->sd_reserving_log_wait);
sd_reserving_log_wait  621 fs/gfs2/super.c 	wait_event(sdp->sd_reserving_log_wait, atomic_read(&sdp->sd_reserving_log) == 0);