Home
last modified time | relevance | path

Searched refs:seq_open (Results 1 – 21 of 21) sorted by relevance

/fs/afs/
Dproc.c189 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/
Dcpuinfo.c9 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
Dinterrupts.c38 return seq_open(filp, &int_seq_ops); in interrupts_open()
Ddevices.c55 return seq_open(filp, &devinfo_ops); in devinfo_open()
Dnommu.c121 return seq_open(file, &proc_nommu_region_list_seqop); in proc_nommu_region_list_open()
Dproc_tty.c129 return seq_open(file, &tty_drivers_op); in tty_drivers_open()
Dtask_nommu.c232 ret = seq_open(file, &proc_pid_maps_ops); in maps_open()
Dtask_mmu.c190 ret = seq_open(file, ops); in do_maps_open()
Dbase.c642 ret = seq_open(file, op); in mounts_open_common()
/fs/
Dseq_file.c30 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()
Dlocks.c2197 return seq_open(filp, &locks_seq_operations); in locks_open()
/fs/ocfs2/cluster/
Dnetdebug.c186 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/
Ddebug_fs.c568 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/
Dinode.c150 ret = seq_open(file, &property_op); in property_open()
/fs/reiserfs/
Dprocfs.c454 int ret = seq_open(file, &r_ops); in r_open()
/fs/nfs/
Dclient.c1457 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/
Djournal.c793 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/
Dnfsctl.c164 return seq_open(file, &nfs_exports_op); in exports_open()
/fs/ocfs2/dlm/
Ddlmdebug.c713 ret = seq_open(file, &debug_lockres_ops); in debug_lockres_open()
/fs/ext4/
Dmballoc.c2252 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/
Ddlmglue.c2695 ret = seq_open(file, &ocfs2_dlm_seq_ops); in ocfs2_dlm_debug_open()