sd_log_in_flight  110 fs/gfs2/glops.c 		log_in_flight = atomic_read(&sdp->sd_log_in_flight);
sd_log_in_flight  828 fs/gfs2/incore.h 	atomic_t sd_log_in_flight;
sd_log_in_flight  520 fs/gfs2/log.c  	if (atomic_read(&sdp->sd_log_in_flight)) {
sd_log_in_flight  524 fs/gfs2/log.c  			if (atomic_read(&sdp->sd_log_in_flight))
sd_log_in_flight  526 fs/gfs2/log.c  		} while(atomic_read(&sdp->sd_log_in_flight));
sd_log_in_flight  225 fs/gfs2/lops.c 	if (atomic_dec_and_test(&sdp->sd_log_in_flight))
sd_log_in_flight  243 fs/gfs2/lops.c 		atomic_inc(&sdp->sd_log_in_flight);
sd_log_in_flight  136 fs/gfs2/ops_fstype.c 	atomic_set(&sdp->sd_log_in_flight, 0);