Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/dlm/
H A Ddebug_fs.c414 static const struct seq_operations format1_seq_ops; variable
441 if (seq->op == &format1_seq_ops) in table_seq_start()
575 static const struct seq_operations format1_seq_ops = { variable
613 ret = seq_open(file, &format1_seq_ops); in table_open1()