Searched refs:seq_open (Results 1 – 13 of 13) sorted by relevance
/fs/proc/ |
D | cpuinfo.c | 16 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
|
D | array.c | 768 return seq_open(file, &children_seq_ops); in children_seq_open()
|
D | generic.c | 601 return seq_open(file, de->seq_ops); in proc_seq_open()
|
D | base.c | 3047 ret = seq_open(file, seq_ops); in proc_id_map_open()
|
/fs/dlm/ |
D | debug_fs.c | 613 ret = seq_open(file, &format1_seq_ops); in table_open1() 627 ret = seq_open(file, &format2_seq_ops); in table_open2() 641 ret = seq_open(file, &format3_seq_ops); in table_open3() 655 ret = seq_open(file, &format4_seq_ops); in table_open4()
|
/fs/ |
D | seq_file.c | 57 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function 88 EXPORT_SYMBOL(seq_open); 572 res = seq_open(file, op); in single_open() 630 rc = seq_open(f, ops); in __seq_open_private()
|
/fs/kernfs/ |
D | file.c | 684 error = seq_open(file, &kernfs_seq_ops); in kernfs_fop_open() 686 error = seq_open(file, NULL); in kernfs_fop_open()
|
/fs/openpromfs/ |
D | inode.c | 152 ret = seq_open(file, &property_op); in property_open()
|
/fs/pstore/ |
D | inode.c | 150 err = seq_open(file, sops); in pstore_file_open()
|
/fs/orangefs/ |
D | orangefs-debugfs.c | 233 ret = seq_open(file, &help_debug_ops); in orangefs_debug_help_open()
|
/fs/nfsd/ |
D | nfsctl.c | 146 err = seq_open(file, &nfs_exports_op); in exports_net_open()
|
D | nfs4state.c | 2635 ret = seq_open(file, &states_seq_ops); in client_states_open()
|
/fs/jbd2/ |
D | journal.c | 1247 rc = seq_open(file, &jbd2_seq_info_ops); in jbd2_seq_info_open()
|