Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Ddebug_fs.c473 static const struct seq_operations format4_seq_ops; variable
485 int toss = (seq->op == &format4_seq_ops); in table_seq_start()
504 if (seq->op == &format4_seq_ops) in table_seq_start()
567 int toss = (seq->op == &format4_seq_ops); in table_seq_next()
655 static const struct seq_operations format4_seq_ops = { variable
751 ret = seq_open(file, &format4_seq_ops); in table_open4()