Home
last modified time | relevance | path

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

/linux-6.15/Documentation/filesystems/
H A Dgfs2-glocks.rst66 go_dump Called to print content of object for debugfs file, or on
98 go_dump Sometimes Yes
106 if its held on entry. go_dump and do_demote_ok must never block.
107 Note that go_dump will only be called if the glock's state
/linux-6.15/fs/gfs2/
H A Dglops.c717 .go_dump = inode_go_dump,
727 .go_dump = gfs2_rgrp_go_dump,
742 .go_dump = inode_go_dump,
H A Dincore.h223 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl, member
H A Dglock.c2417 if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) in gfs2_dump_glock()
2418 glops->go_dump(seq, gl, fs_id_buf); in gfs2_dump_glock()