Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dglops.c82 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush()
98 revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_empty_gl()
147 unsigned int revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_flush()
H A Dmain.c58 atomic_set(&gl->gl_ail_count, 0); in gfs2_init_glock_once()
H A Dincore.h363 atomic_t gl_ail_count; member
H A Dglock.c758 if ((atomic_read(&gl->gl_ail_count) != 0) && in do_xmote()
761 !atomic_read(&gl->gl_ail_count)); in do_xmote()
2414 atomic_read(&gl->gl_ail_count), in gfs2_dump_glock()
H A Dlops.c124 atomic_inc(&gl->gl_ail_count); in gfs2_unpin()
H A Dlog.c79 atomic_dec(&bd->bd_gl->gl_ail_count); in gfs2_remove_from_ail()