Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Ddebug_fs.c370 static const struct seq_operations format2_seq_ops; variable
387 else if (seq->op == &format2_seq_ops) in table_seq_show()
403 if (seq->op == &format2_seq_ops) in table_seq_start()
447 static const struct seq_operations format2_seq_ops = { variable
492 ret = seq_open(file, &format2_seq_ops); in table_open2()