Home
last modified time | relevance | path

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

/fs/gfs2/
Dglops.c625 .go_dump = inode_go_dump,
635 .go_dump = gfs2_rgrp_dump,
Dincore.h243 void (*go_dump)(struct seq_file *seq, struct gfs2_glock *gl, member
Dglock.c1913 if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) in gfs2_dump_glock()
1914 glops->go_dump(seq, gl, fs_id_buf); in gfs2_dump_glock()