gl_ail_count     1905 fs/gfs2/glock.c 		  atomic_read(&gl->gl_ail_count),
gl_ail_count       76 fs/gfs2/glops.c 	GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count));
gl_ail_count       90 fs/gfs2/glops.c 	tr.tr_revokes = atomic_read(&gl->gl_ail_count);
gl_ail_count      140 fs/gfs2/glops.c 	unsigned int revokes = atomic_read(&gl->gl_ail_count);
gl_ail_count      219 fs/gfs2/glops.c 	gfs2_assert_withdraw(sdp, !atomic_read(&gl->gl_ail_count));
gl_ail_count      319 fs/gfs2/glops.c 	gfs2_assert_withdraw(gl->gl_name.ln_sbd, !atomic_read(&gl->gl_ail_count));
gl_ail_count      374 fs/gfs2/incore.h 	atomic_t gl_ail_count;
gl_ail_count       78 fs/gfs2/log.c  	atomic_dec(&bd->bd_gl->gl_ail_count);
gl_ail_count      120 fs/gfs2/lops.c 		atomic_inc(&gl->gl_ail_count);
gl_ail_count       58 fs/gfs2/main.c 	atomic_set(&gl->gl_ail_count, 0);