Searched refs:seq_open (Results 1 – 21 of 21) sorted by relevance
/fs/afs/ |
D | proc.c | 189 ret = seq_open(file, &afs_proc_cells_ops); in afs_proc_cells_open() 456 ret = seq_open(file, &afs_proc_cell_volumes_ops); in afs_proc_cell_volumes_open() 562 ret = seq_open(file, &afs_proc_cell_vlservers_ops); in afs_proc_cell_vlservers_open() 667 ret = seq_open(file, &afs_proc_cell_servers_ops); in afs_proc_cell_servers_open()
|
/fs/proc/ |
D | cpuinfo.c | 9 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
|
D | interrupts.c | 38 return seq_open(filp, &int_seq_ops); in interrupts_open()
|
D | devices.c | 55 return seq_open(filp, &devinfo_ops); in devinfo_open()
|
D | nommu.c | 121 return seq_open(file, &proc_nommu_region_list_seqop); in proc_nommu_region_list_open()
|
D | proc_tty.c | 129 return seq_open(file, &tty_drivers_op); in tty_drivers_open()
|
D | task_nommu.c | 232 ret = seq_open(file, &proc_pid_maps_ops); in maps_open()
|
D | task_mmu.c | 190 ret = seq_open(file, ops); in do_maps_open()
|
D | base.c | 642 ret = seq_open(file, op); in mounts_open_common()
|
/fs/ |
D | seq_file.c | 30 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function 63 EXPORT_SYMBOL(seq_open); 558 res = seq_open(file, op); in single_open() 598 rc = seq_open(f, ops); in __seq_open_private()
|
D | locks.c | 2197 return seq_open(filp, &locks_seq_operations); in locks_open()
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 186 ret = seq_open(file, &nst_seq_ops); in nst_fop_open() 367 ret = seq_open(file, &sc_seq_ops); in sc_fop_open()
|
/fs/dlm/ |
D | debug_fs.c | 568 ret = seq_open(file, &format1_seq_ops); in table_open() 570 ret = seq_open(file, &format2_seq_ops); in table_open() 572 ret = seq_open(file, &format3_seq_ops); in table_open()
|
/fs/openpromfs/ |
D | inode.c | 150 ret = seq_open(file, &property_op); in property_open()
|
/fs/reiserfs/ |
D | procfs.c | 454 int ret = seq_open(file, &r_ops); in r_open()
|
/fs/nfs/ |
D | client.c | 1457 ret = seq_open(file, &nfs_server_list_ops); in nfs_server_list_open() 1527 ret = seq_open(file, &nfs_volume_list_ops); in nfs_volume_list_open()
|
/fs/jbd2/ |
D | journal.c | 793 rc = seq_open(file, &jbd2_seq_history_ops); in jbd2_seq_history_open() 896 rc = seq_open(file, &jbd2_seq_info_ops); in jbd2_seq_info_open()
|
/fs/nfsd/ |
D | nfsctl.c | 164 return seq_open(file, &nfs_exports_op); in exports_open()
|
/fs/ocfs2/dlm/ |
D | dlmdebug.c | 713 ret = seq_open(file, &debug_lockres_ops); in debug_lockres_open()
|
/fs/ext4/ |
D | mballoc.c | 2252 rc = seq_open(file, &ext4_mb_seq_history_ops); in ext4_mb_seq_history_open() 2394 rc = seq_open(file, &ext4_mb_seq_groups_ops); in ext4_mb_seq_groups_open()
|
/fs/ocfs2/ |
D | dlmglue.c | 2695 ret = seq_open(file, &ocfs2_dlm_seq_ops); in ocfs2_dlm_debug_open()
|