Searched refs:gfs2_dump_glock (Results 1 – 2 of 2) sorted by relevance
205 extern void gfs2_dump_glock(struct seq_file *seq, const struct gfs2_glock *gl);206 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { gfs2_dump_glock(NULL, gl); BUG(); } } while(0)272 gfs2_dump_glock(NULL, gl); in glock_set_object()
1081 gfs2_dump_glock(NULL, gl); in add_to_queue()1619 gfs2_dump_glock(seq, gl); in dump_glock()1785 void gfs2_dump_glock(struct seq_file *seq, const struct gfs2_glock *gl) in gfs2_dump_glock() function