Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Ddebug_fs.c372 static const struct seq_operations format4_seq_ops; variable
391 else if (seq->op == &format4_seq_ops) in table_seq_show()
407 else if (seq->op == &format4_seq_ops) in table_seq_start()
411 if (seq->op == &format4_seq_ops) in table_seq_start()
425 if (seq->op == &format4_seq_ops) in table_seq_next()
461 static const struct seq_operations format4_seq_ops = { variable
549 ret = seq_open(file, &format4_seq_ops); in table_open4()