Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
Ddebug_fs.c416 static const struct seq_operations format3_seq_ops; variable
445 if (seq->op == &format3_seq_ops) in table_seq_start()
589 static const struct seq_operations format3_seq_ops = { variable
641 ret = seq_open(file, &format3_seq_ops); in table_open3()