Home
last modified time | relevance | path

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

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