Home
last modified time | relevance | path

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

/fs/
Dseq_file.c647 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function
652 EXPORT_SYMBOL(seq_open_private);
Dproc_namespace.c275 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
Dlocks.c2802 return seq_open_private(filp, &locks_seq_operations, in locks_open()
/fs/gfs2/
Dglock.c2043 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()