Home
last modified time | relevance | path

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

/fs/
Dseq_file.c645 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function
650 EXPORT_SYMBOL(seq_open_private);
Dproc_namespace.c272 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
/fs/proc/
Dgeneric.c600 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
/fs/gfs2/
Dglock.c2456 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()