Home
last modified time | relevance | path

Searched refs:go_dump (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/Documentation/filesystems/
Dgfs2-glocks.txt61 go_dump | Called to print content of object for debugfs file, or on
93 go_dump | Sometimes | Yes
97 if its held on entry. go_dump and do_demote_ok must never block.
98 Note that go_dump will only be called if the glock's state
/Linux-v4.19/fs/gfs2/
Dglops.c584 .go_dump = inode_go_dump,
594 .go_dump = gfs2_rgrp_dump,
Dincore.h247 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl); member
Dglock.c1804 if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) in gfs2_dump_glock()
1805 glops->go_dump(seq, gl); in gfs2_dump_glock()