Searched refs:go_dump (Results 1 – 4 of 4) sorted by relevance
69 go_dump Called to print content of object for debugfs file, or on103 go_dump Sometimes Yes110 if its held on entry. go_dump and do_demote_ok must never block.111 Note that go_dump will only be called if the glock's state
739 .go_dump = inode_go_dump,749 .go_dump = gfs2_rgrp_go_dump,765 .go_dump = inode_go_dump,
224 void (*go_dump)(struct seq_file *seq, struct gfs2_glock *gl, member
2451 if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) in gfs2_dump_glock()2452 glops->go_dump(seq, gl, fs_id_buf); in gfs2_dump_glock()