Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Ddebug_fs.c474 static const struct seq_operations format5_seq_ops; variable
506 if (seq->op == &format5_seq_ops) in table_seq_start()
662 static const struct seq_operations format5_seq_ops = { variable
765 ret = seq_open(file, &format5_seq_ops); in table_open5()