Searched refs:gfs2_dump_glock (Results 1 – 2 of 2) sorted by relevance
202 extern void gfs2_dump_glock(struct seq_file *seq, const struct gfs2_glock *gl);203 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { gfs2_dump_glock(NULL, gl); BUG(); } } while(0)
962 gfs2_dump_glock(NULL, gl); in add_to_queue()1503 gfs2_dump_glock(seq, gl); in dump_glock()1667 void gfs2_dump_glock(struct seq_file *seq, const struct gfs2_glock *gl) in gfs2_dump_glock() function