Searched refs:go_dump (Results 1 – 3 of 3) sorted by relevance
564 .go_dump = inode_go_dump,574 .go_dump = gfs2_rgrp_dump,
221 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl); member
1736 if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) in gfs2_dump_glock()1737 glops->go_dump(seq, gl); in gfs2_dump_glock()