Home
last modified time | relevance | path

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

/Linux-v4.19/fs/dlm/
Ddebug_fs.c419 static const struct seq_operations format4_seq_ops; variable
430 int toss = (seq->op == &format4_seq_ops); in table_seq_start()
449 if (seq->op == &format4_seq_ops) in table_seq_start()
510 int toss = (seq->op == &format4_seq_ops); in table_seq_next()
597 static const struct seq_operations format4_seq_ops = { variable
656 ret = seq_open(file, &format4_seq_ops); in table_open4()