Home
last modified time | relevance | path

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

/fs/
Dseq_file.c677 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function
682 EXPORT_SYMBOL(seq_open_private);
Dlocks.c2258 return seq_open_private(filp, &locks_seq_operations, sizeof(loff_t)); in locks_open()
/fs/reiserfs/
Dprocfs.c447 int ret = seq_open_private(file, &r_ops, in r_open()
/fs/gfs2/
Dglock.c2010 int ret = seq_open_private(file, &gfs2_glock_seq_ops, in gfs2_glocks_open()
2025 int ret = seq_open_private(file, &gfs2_glstats_seq_ops, in gfs2_glstats_open()
2040 int ret = seq_open_private(file, &gfs2_sbstats_seq_ops, in gfs2_sbstats_open()