Searched refs:gl_ail_count (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/gfs2/
H A Dmain.c58 atomic_set(&gl->gl_ail_count, 0);
H A Dglops.c82 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count));
95 revokes = atomic_read(&gl->gl_ail_count);
144 unsigned int revokes = atomic_read(&gl->gl_ail_count);
H A Dincore.h363 atomic_t gl_ail_count; member in struct:gfs2_glock
H A Dglock.c744 if ((atomic_read(&gl->gl_ail_count) != 0) &&
747 !atomic_read(&gl->gl_ail_count));
2402 atomic_read(&gl->gl_ail_count),
H A Dlops.c124 atomic_inc(&gl->gl_ail_count);
H A Dlog.c79 atomic_dec(&bd->bd_gl->gl_ail_count);

Completed in 149 milliseconds