Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dmount.h145 extern const struct seq_operations mounts_op;
H A Dproc_namespace.c272 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
H A Dnamespace.c1335 const struct seq_operations mounts_op = { variable