Searched refs:seq_open_private (Results 1 – 4 of 4) sorted by relevance
/fs/ |
D | seq_file.c | 677 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function 682 EXPORT_SYMBOL(seq_open_private);
|
D | locks.c | 2258 return seq_open_private(filp, &locks_seq_operations, sizeof(loff_t)); in locks_open()
|
/fs/reiserfs/ |
D | procfs.c | 447 int ret = seq_open_private(file, &r_ops, in r_open()
|
/fs/gfs2/ |
D | glock.c | 2010 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()
|