Home
last modified time | relevance | path

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

/linux-4.4.14/fs/dlm/
Ddebug_fs.c420 static const struct seq_operations format4_seq_ops; variable
431 int toss = (seq->op == &format4_seq_ops); in table_seq_start()
450 if (seq->op == &format4_seq_ops) in table_seq_start()
511 int toss = (seq->op == &format4_seq_ops); in table_seq_next()
598 static const struct seq_operations format4_seq_ops = { variable
622 ret = seq_open(file, &format4_seq_ops); in table_open()