/linux-4.1.27/include/linux/ |
D | user_namespace.h | 65 struct seq_operations; 66 extern const struct seq_operations proc_uid_seq_operations; 67 extern const struct seq_operations proc_gid_seq_operations; 68 extern const struct seq_operations proc_projid_seq_operations;
|
D | seq_file.h | 11 struct seq_operations; 28 const struct seq_operations *op; 36 struct seq_operations { struct 113 int seq_open(struct file *, const struct seq_operations *); 133 void *__seq_open_private(struct file *, const struct seq_operations *, int); 134 int seq_open_private(struct file *, const struct seq_operations *, int);
|
D | seq_file_net.h | 16 const struct seq_operations *, int);
|
/linux-4.1.27/drivers/isdn/capi/ |
D | kcapi_proc.c | 97 static const struct seq_operations seq_controller_ops = { 104 static const struct seq_operations seq_contrstats_ops = { 205 static const struct seq_operations seq_applications_ops = { 212 static const struct seq_operations seq_applstats_ops = { 275 static const struct seq_operations seq_capi_driver_ops = {
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 117 static const struct seq_operations fm10k_dbg_tx_desc_seq_ops = { 124 static const struct seq_operations fm10k_dbg_rx_desc_seq_ops = { 135 const struct seq_operations *desc_seq_ops; in fm10k_dbg_desc_open()
|
/linux-4.1.27/net/x25/ |
D | x25_proc.c | 153 static const struct seq_operations x25_seq_route_ops = { 160 static const struct seq_operations x25_seq_socket_ops = { 167 static const struct seq_operations x25_seq_forward_ops = {
|
/linux-4.1.27/arch/sh/include/asm/ |
D | processor.h | 106 struct seq_operations; 131 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/fs/dlm/ |
D | debug_fs.c | 417 static const struct seq_operations format1_seq_ops; 418 static const struct seq_operations format2_seq_ops; 419 static const struct seq_operations format3_seq_ops; 420 static const struct seq_operations format4_seq_ops; 577 static const struct seq_operations format1_seq_ops = { 584 static const struct seq_operations format2_seq_ops = { 591 static const struct seq_operations format3_seq_ops = { 598 static const struct seq_operations format4_seq_ops = {
|
/linux-4.1.27/net/atm/ |
D | proc.c | 116 int family, const struct seq_operations *ops) in __vcc_seq_open() 253 static const struct seq_operations atm_dev_seq_ops = { 288 static const struct seq_operations pvc_seq_ops = { 322 static const struct seq_operations vcc_seq_ops = { 357 static const struct seq_operations svc_seq_ops = {
|
D | mpoa_proc.c | 194 static const struct seq_operations mpc_op = {
|
D | br2684.c | 817 static const struct seq_operations br2684_seq_ops = {
|
D | clip.c | 857 static const struct seq_operations arp_seq_ops = {
|
/linux-4.1.27/net/core/ |
D | net-procfs.c | 169 static const struct seq_operations dev_seq_ops = { 190 static const struct seq_operations softnet_seq_ops = { 293 static const struct seq_operations ptype_seq_ops = { 379 static const struct seq_operations dev_mc_seq_ops = {
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | cpudata.h | 9 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/net/appletalk/ |
D | atalk_proc.c | 192 static const struct seq_operations atalk_seq_interface_ops = { 199 static const struct seq_operations atalk_seq_route_ops = { 206 static const struct seq_operations atalk_seq_socket_ops = {
|
D | aarp.c | 1036 static const struct seq_operations aarp_seq_ops = {
|
/linux-4.1.27/fs/proc/ |
D | cpuinfo.c | 6 extern const struct seq_operations cpuinfo_op;
|
D | interrupts.c | 29 static const struct seq_operations int_seq_ops = {
|
D | task_nommu.c | 275 static const struct seq_operations proc_pid_maps_ops = { 282 static const struct seq_operations proc_tid_maps_ops = { 290 const struct seq_operations *ops) in maps_open()
|
D | devices.c | 46 static const struct seq_operations devinfo_ops = {
|
D | task_mmu.c | 212 const struct seq_operations *ops, int psize) in proc_maps_open() 243 const struct seq_operations *ops) in do_maps_open() 380 static const struct seq_operations proc_pid_maps_op = { 387 static const struct seq_operations proc_tid_maps_op = { 675 static const struct seq_operations proc_pid_smaps_op = { 682 static const struct seq_operations proc_tid_smaps_op = { 1581 static const struct seq_operations proc_pid_numa_maps_op = { 1588 static const struct seq_operations proc_tid_numa_maps_op = { 1596 const struct seq_operations *ops) in numa_maps_open()
|
D | nommu.c | 109 static const struct seq_operations proc_nommu_region_list_seqop = {
|
D | consoles.c | 88 static const struct seq_operations consoles_op = {
|
D | proc_tty.c | 120 static const struct seq_operations tty_drivers_op = {
|
D | proc_net.c | 40 const struct seq_operations *ops, int size) in seq_open_net()
|
D | array.c | 673 static const struct seq_operations children_seq_ops = {
|
/linux-4.1.27/net/rxrpc/ |
D | ar-proc.c | 89 static const struct seq_operations rxrpc_call_seq_ops = { 173 static const struct seq_operations rxrpc_connection_seq_ops = {
|
/linux-4.1.27/net/ipx/ |
D | ipx_proc.c | 225 static const struct seq_operations ipx_seq_interface_ops = { 232 static const struct seq_operations ipx_seq_route_ops = { 239 static const struct seq_operations ipx_seq_socket_ops = {
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 127 static const struct seq_operations ipoib_mcg_seq_ops = { 232 static const struct seq_operations ipoib_path_seq_ops = {
|
/linux-4.1.27/fs/afs/ |
D | proc.c | 31 static const struct seq_operations afs_proc_cells_ops = { 65 static const struct seq_operations afs_proc_cell_volumes_ops = { 87 static const struct seq_operations afs_proc_cell_vlservers_ops = { 108 static const struct seq_operations afs_proc_cell_servers_ops = {
|
/linux-4.1.27/arch/tile/include/asm/ |
D | processor.h | 272 struct seq_operations; 273 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/include/net/ |
D | raw.h | 56 struct raw_hashinfo *h, const struct seq_operations *ops);
|
D | ping.h | 91 const struct seq_operations seq_ops;
|
D | udp.h | 310 struct seq_operations seq_ops;
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | setup.c | 145 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/fs/ |
D | seq_file.c | 52 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() 560 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL); in single_open() 598 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op; in single_release() 615 void *__seq_open_private(struct file *f, const struct seq_operations *ops, in __seq_open_private() 641 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private()
|
D | mount.h | 131 extern const struct seq_operations mounts_op;
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | processor.h | 126 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/net/llc/ |
D | llc_proc.c | 203 static const struct seq_operations llc_seq_socket_ops = { 210 static const struct seq_operations llc_seq_core_ops = {
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 194 static const struct seq_operations ct_seq_ops = { 308 static const struct seq_operations exp_seq_ops = { 401 static const struct seq_operations ct_cpu_seq_ops = {
|
D | ipt_CLUSTERIP.c | 639 static const struct seq_operations clusterip_seq_ops = {
|
/linux-4.1.27/net/sctp/ |
D | proc.c | 243 static const struct seq_operations sctp_eps_ops = { 370 static const struct seq_operations sctp_assoc_ops = { 520 static const struct seq_operations sctp_remaddr_ops = {
|
D | objcnt.c | 106 static const struct seq_operations sctp_objcnt_seq_ops = {
|
/linux-4.1.27/arch/s390/kernel/ |
D | processor.c | 97 const struct seq_operations cpuinfo_op = {
|
D | sysinfo.c | 363 static const struct seq_operations service_level_seq_ops = {
|
/linux-4.1.27/fs/fscache/ |
D | histogram.c | 86 static const struct seq_operations fscache_histogram_ops = {
|
D | object-list.c | 306 static const struct seq_operations fscache_objlist_ops = {
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 136 static const struct seq_operations adf_ring_sops = { 252 static const struct seq_operations adf_bank_sops = {
|
D | adf_cfg.c | 92 static const struct seq_operations qat_dev_cfg_sops = {
|
/linux-4.1.27/arch/tile/kernel/ |
D | proc.c | 87 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | processor.h | 22 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/fs/cachefiles/ |
D | proc.c | 80 static const struct seq_operations cachefiles_histogram_ops = {
|
/linux-4.1.27/kernel/rcu/ |
D | tree_trace.c | 52 const struct seq_operations *op) in r_open() 164 static const struct seq_operations rcudate_op = { 384 static const struct seq_operations rcu_pending_op = {
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_eventlog.c | 267 static const struct seq_operations tpm_ascii_b_measurments_seqops = { 274 static const struct seq_operations tpm_binary_b_measurments_seqops = {
|
/linux-4.1.27/mm/ |
D | vmstat.c | 1145 static const struct seq_operations fragmentation_op = { 1164 static const struct seq_operations pagetypeinfo_op = { 1256 static const struct seq_operations zoneinfo_op = { 1339 static const struct seq_operations vmstat_op = { 1605 static const struct seq_operations unusable_op = { 1657 static const struct seq_operations extfrag_op = {
|
D | slab_common.c | 1043 static const struct seq_operations slabinfo_op = {
|
D | kmemleak.c | 1584 static const struct seq_operations kmemleak_seq_ops = {
|
/linux-4.1.27/arch/cris/kernel/ |
D | setup.c | 195 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/security/keys/ |
D | proc.c | 27 static const struct seq_operations proc_keys_ops = { 47 static const struct seq_operations proc_key_users_ops = {
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_fs.c | 174 static const struct seq_operations ima_measurments_seqops = { 240 static const struct seq_operations ima_ascii_measurements_seqops = {
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 141 static const struct seq_operations prism2_wds_proc_seqops = { 212 static const struct seq_operations prism2_bss_list_proc_seqops = { 419 static const struct seq_operations prism2_scan_results_proc_seqops = {
|
D | hostap_download.c | 216 static const struct seq_operations prism2_download_aux_dump_proc_seqops = {
|
/linux-4.1.27/arch/microblaze/kernel/cpu/ |
D | mb.c | 153 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/net/wireless/ |
D | wext-proc.c | 122 static const struct seq_operations wireless_seq_ops = {
|
/linux-4.1.27/arch/score/kernel/ |
D | setup.c | 150 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_proc.c | 100 static const struct seq_operations tape_proc_seq = {
|
/linux-4.1.27/kernel/sched/ |
D | stats.c | 114 static const struct seq_operations schedstat_sops = {
|
D | debug.c | 468 static const struct seq_operations sched_debug_sops = {
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 76 static const struct seq_operations hcall_inst_seq_ops = {
|
/linux-4.1.27/crypto/ |
D | proc.c | 129 static const struct seq_operations crypto_seq_ops = {
|
/linux-4.1.27/drivers/zorro/ |
D | proc.c | 91 static const struct seq_operations zorro_devices_seq_ops = {
|
/linux-4.1.27/arch/metag/include/asm/ |
D | processor.h | 204 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 244 static const struct seq_operations cch_seq_ops = { 251 static const struct seq_operations gru_seq_ops = {
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
D | proc.c | 144 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/kernel/locking/ |
D | lockdep_proc.c | 96 static const struct seq_operations lockdep_ops = { 164 static const struct seq_operations lockdep_chains_ops = { 601 static const struct seq_operations lockstat_ops = {
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | cplbinfo.c | 113 static const struct seq_operations cplbinfo_sops = {
|
D | setup.c | 1456 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 117 static const struct seq_operations pstore_ftrace_seq_ops = { 152 const struct seq_operations *sops = NULL; in pstore_file_open()
|
/linux-4.1.27/security/smack/ |
D | smackfs.c | 671 static const struct seq_operations load_seq_ops = { 841 static const struct seq_operations cipso_seq_ops = { 1019 static const struct seq_operations cipso2_seq_ops = { 1098 static const struct seq_operations netlbladdr_seq_ops = { 1905 static const struct seq_operations load_self_seq_ops = { 2034 static const struct seq_operations load2_seq_ops = { 2111 static const struct seq_operations load_self2_seq_ops = {
|
/linux-4.1.27/arch/nios2/kernel/ |
D | cpuinfo.c | 190 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/net/ax25/ |
D | ax25_uid.c | 185 static const struct seq_operations ax25_uid_seqops = {
|
D | ax25_route.c | 326 static const struct seq_operations ax25_rt_seqops = {
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | proc.c | 157 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/mips/kernel/ |
D | proc.c | 170 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | netdebug.c | 178 static const struct seq_operations nst_seq_ops = { 392 static const struct seq_operations sc_seq_ops = {
|
/linux-4.1.27/arch/s390/include/asm/ |
D | processor.h | 61 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/arch/m68k/kernel/ |
D | setup_no.c | 310 const struct seq_operations cpuinfo_op = {
|
D | setup_mm.c | 499 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/drivers/nubus/ |
D | proc.c | 198 static const struct seq_operations nubus_proc_seqops = {
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_standalone.c | 249 static const struct seq_operations ct_seq_ops = { 342 static const struct seq_operations ct_cpu_seq_ops = {
|
D | nf_synproxy_core.c | 303 static const struct seq_operations synproxy_cpu_seq_ops = {
|
D | x_tables.c | 957 static const struct seq_operations xt_table_seq_ops = { 1098 static const struct seq_operations xt_match_seq_ops = { 1153 static const struct seq_operations xt_target_seq_ops = {
|
D | nf_log.c | 368 static const struct seq_operations nflog_seq_ops = {
|
D | nf_conntrack_expect.c | 570 static const struct seq_operations exp_seq_ops = {
|
D | xt_recent.c | 542 static const struct seq_operations recent_seq_ops = {
|
D | xt_hashlimit.c | 842 static const struct seq_operations dl_seq_ops = {
|
D | nfnetlink_log.c | 1019 static const struct seq_operations nful_seq_ops = {
|
D | nfnetlink_queue_core.c | 1285 static const struct seq_operations nfqnl_seq_ops = {
|
/linux-4.1.27/kernel/ |
D | user_namespace.c | 536 const struct seq_operations proc_uid_seq_operations = { 543 const struct seq_operations proc_gid_seq_operations = { 550 const struct seq_operations proc_projid_seq_operations = {
|
D | kallsyms.c | 553 static const struct seq_operations kallsyms_op = {
|
D | kprobes.c | 2259 static const struct seq_operations kprobes_seq_ops = { 2299 static const struct seq_operations kprobe_blacklist_seq_ops = {
|
D | resource.c | 122 static const struct seq_operations resource_op = {
|
/linux-4.1.27/drivers/char/ |
D | misc.c | 91 static const struct seq_operations misc_seq_ops = {
|
/linux-4.1.27/arch/parisc/kernel/ |
D | setup.c | 193 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | setup.c | 278 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lproc_lmv.c | 185 static struct seq_operations lmv_tgt_sops = {
|
/linux-4.1.27/arch/um/kernel/ |
D | um_arch.c | 97 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | setup.c | 349 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/kernel/trace/ |
D | trace_printk.c | 328 static const struct seq_operations show_format_seq_ops = {
|
D | trace_events.c | 1022 static const struct seq_operations trace_format_seq_ops = { 1322 static const struct seq_operations show_event_seq_ops = { 1329 static const struct seq_operations show_set_event_seq_ops = { 1409 const struct seq_operations *seq_ops) in ftrace_event_open() 1436 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() 1444 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open()
|
D | trace_stat.c | 226 static const struct seq_operations trace_stat_seq_ops = {
|
D | trace_stack.c | 384 static const struct seq_operations stack_trace_seq_ops = {
|
D | trace_uprobe.c | 613 static const struct seq_operations probes_seq_op = { 658 static const struct seq_operations profile_seq_op = {
|
D | trace_kprobe.c | 849 static const struct seq_operations probes_seq_op = { 897 static const struct seq_operations profile_seq_op = {
|
D | ftrace.c | 3274 static const struct seq_operations show_ftrace_seq_ops = { 4452 const struct seq_operations *seq_ops; 4512 static const struct seq_operations ftrace_graph_seq_ops = { 5425 static const struct seq_operations ftrace_pid_sops = {
|
D | trace_events_trigger.c | 173 static const struct seq_operations event_triggers_seq_ops = {
|
/linux-4.1.27/net/8021q/ |
D | vlanproc.c | 69 static const struct seq_operations vlan_seq_ops = {
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 45 static const struct seq_operations _##name##_seq_ops = { \
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | setup.c | 376 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/m32r/kernel/ |
D | setup.c | 375 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/net/sunrpc/ |
D | debugfs.c | 87 static const struct seq_operations tasks_seq_operations = {
|
D | svc_xprt.c | 1353 static const struct seq_operations svc_pool_stats_seq_ops = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 393 struct seq_operations obd_device_list_sops = {
|
/linux-4.1.27/net/irda/ |
D | discovery.c | 396 static const struct seq_operations discovery_seq_ops = {
|
D | iriap.c | 1059 static const struct seq_operations irias_seq_ops = {
|
D | irlap.c | 1183 static const struct seq_operations irlap_seq_ops = {
|
D | irttp.c | 1870 static const struct seq_operations irttp_seq_ops = {
|
/linux-4.1.27/arch/sparc/kernel/ |
D | cpu.c | 431 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 309 static const struct seq_operations severities_seq_ops = {
|
/linux-4.1.27/drivers/s390/cio/ |
D | blacklist.c | 387 static const struct seq_operations cio_ignore_proc_seq_ops = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lproc_lov.c | 244 static const struct seq_operations lov_tgt_sops = {
|
D | lov_pool.c | 272 static struct seq_operations pool_proc_ops = {
|
/linux-4.1.27/arch/c6x/kernel/ |
D | setup.c | 491 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/avr32/mm/ |
D | tlb.c | 350 static const struct seq_operations tlb_ops = {
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_proc.c | 126 static const struct seq_operations dasd_devices_seq_ops = {
|
/linux-4.1.27/net/rose/ |
D | rose_route.c | 1145 static const struct seq_operations rose_node_seqops = { 1229 static const struct seq_operations rose_neigh_seqops = { 1315 static const struct seq_operations rose_route_seqops = {
|
/linux-4.1.27/arch/metag/kernel/ |
D | setup.c | 532 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_procfs.c | 238 static const struct seq_operations bond_info_seq_ops = {
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_debugfs.c | 250 static const struct seq_operations l2tp_dfs_seq_ops = {
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_proc.c | 419 static const struct seq_operations scsi_seq_ops = {
|
D | scsi_devinfo.c | 714 static const struct seq_operations scsi_devinfo_seq_ops = {
|
D | sg.c | 2339 static const struct seq_operations dev_seq_ops = { 2355 static const struct seq_operations devstrs_seq_ops = { 2371 static const struct seq_operations debug_seq_ops = {
|
/linux-4.1.27/arch/arm64/kernel/ |
D | setup.c | 580 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/net/phonet/ |
D | socket.c | 620 static const struct seq_operations pn_sock_seq_ops = { 803 static const struct seq_operations pn_res_seq_ops = {
|
/linux-4.1.27/Documentation/filesystems/ |
D | seq_file.txt | 150 seq_file iterator is finished by creating a seq_operations structure with 153 static const struct seq_operations ct_seq_ops = { 233 Here, the call to seq_open() takes the seq_operations structure we created
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_core.c | 545 static const struct seq_operations ircomm_seq_ops = {
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | setup.c | 720 const struct seq_operations cpuinfo_op =
|
/linux-4.1.27/kernel/time/ |
D | timer_list.c | 367 static const struct seq_operations timer_list_sops = {
|
/linux-4.1.27/fs/nfsd/ |
D | nfsd.h | 70 extern const struct seq_operations nfs_exports_op;
|
/linux-4.1.27/net/netrom/ |
D | nr_route.c | 916 static const struct seq_operations nr_node_seqops = { 983 static const struct seq_operations nr_neigh_seqops = {
|
D | af_netrom.c | 1333 static const struct seq_operations nr_info_seqops = {
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 527 static const struct seq_operations sn2_ptc_seq_ops = {
|
D | sn_hwperf.c | 575 static const struct seq_operations sn_topology_seq_ops = {
|
/linux-4.1.27/fs/openpromfs/ |
D | inode.c | 136 static const struct seq_operations property_op = {
|
/linux-4.1.27/drivers/net/hamradio/ |
D | bpqether.c | 446 static const struct seq_operations bpq_seqops = {
|
D | yam.c | 838 static const struct seq_operations yam_seqops = {
|
/linux-4.1.27/drivers/pci/ |
D | proc.c | 367 static const struct seq_operations proc_bus_pci_devices_op = {
|
/linux-4.1.27/arch/avr32/kernel/ |
D | cpu.c | 404 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | setup-common.c | 363 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/arch/arc/kernel/ |
D | setup.c | 466 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 520 static struct seq_operations vvp_pgcache_ops = {
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 85 static const struct seq_operations seq_tab_ops = { 878 static const struct seq_operations devlog_seq_ops = { 1181 static const struct seq_operations mps_tcam_seq_ops = { 1868 static const struct seq_operations sge_qinfo_seq_ops = {
|
D | l2t.c | 640 static const struct seq_operations l2t_seq_ops = {
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_app.c | 592 static const struct seq_operations ip_vs_app_seq_ops = {
|
D | ip_vs_conn.c | 1109 static const struct seq_operations ip_vs_conn_seq_ops = { 1187 static const struct seq_operations ip_vs_conn_sync_seq_ops = {
|
/linux-4.1.27/net/ipv6/ |
D | anycast.c | 522 static const struct seq_operations ac6_seq_ops = {
|
D | ip6_flowlabel.c | 798 static const struct seq_operations ip6fl_seq_ops = {
|
D | ip6mr.c | 467 static const struct seq_operations ip6mr_vif_seq_ops = { 599 static const struct seq_operations ipmr_mfc_seq_ops = {
|
D | raw.c | 1246 static const struct seq_operations raw6_seq_ops = {
|
/linux-4.1.27/net/ipv4/ |
D | raw.c | 1039 static const struct seq_operations raw_seq_ops = { 1047 struct raw_hashinfo *h, const struct seq_operations *ops) in raw_seq_open()
|
D | arp.c | 1324 static const struct seq_operations arp_seq_ops = {
|
D | fib_trie.c | 2404 static const struct seq_operations fib_trie_seq_ops = { 2605 static const struct seq_operations fib_route_seq_ops = {
|
D | ping.c | 1140 static const struct seq_operations ping_v4_seq_ops = {
|
/linux-4.1.27/drivers/tty/ |
D | tty_ldisc.c | 228 static const struct seq_operations tty_ldiscs_seq_ops = {
|
/linux-4.1.27/fs/gfs2/ |
D | glock.c | 1959 static const struct seq_operations gfs2_glock_seq_ops = { 1966 static const struct seq_operations gfs2_glstats_seq_ops = { 1973 static const struct seq_operations gfs2_sbstats_seq_ops = {
|
/linux-4.1.27/arch/x86/include/asm/ |
D | processor.h | 164 extern const struct seq_operations cpuinfo_op;
|
/linux-4.1.27/ipc/ |
D | util.c | 848 static const struct seq_operations sysvipc_proc_seqops = {
|
/linux-4.1.27/kernel/gcov/ |
D | fs.c | 133 static const struct seq_operations gcov_seq_ops = {
|
/linux-4.1.27/fs/nfs/ |
D | client.c | 1204 static const struct seq_operations nfs_server_list_ops = { 1225 static const struct seq_operations nfs_volume_list_ops = {
|
/linux-4.1.27/net/decnet/ |
D | dn_neigh.c | 582 static const struct seq_operations dn_neigh_seq_ops = {
|
D | dn_dev.c | 1376 static const struct seq_operations dn_dev_seq_ops = {
|
/linux-4.1.27/drivers/pwm/ |
D | core.c | 866 static const struct seq_operations pwm_seq_ops = {
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 644 static const struct seq_operations bt_seq_ops = {
|
/linux-4.1.27/arch/x86/mm/ |
D | pat.c | 978 static const struct seq_operations memtype_seq_ops = {
|
/linux-4.1.27/arch/arm/kernel/ |
D | setup.c | 1133 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/block/ |
D | genhd.c | 870 static const struct seq_operations partitions_op = { 1190 static const struct seq_operations diskstats_op = {
|
/linux-4.1.27/fs/kernfs/ |
D | file.c | 171 static const struct seq_operations kernfs_seq_ops = {
|
/linux-4.1.27/arch/ia64/kernel/ |
D | setup.c | 742 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1854 static const struct seq_operations sge_qinfo_seq_ops = { 2000 static const struct seq_operations sge_qstats_seq_ops = { 2110 static const struct seq_operations interfaces_seq_ops = {
|
/linux-4.1.27/net/irda/irlan/ |
D | irlan_common.c | 1152 static const struct seq_operations irlan_seq_ops = {
|
/linux-4.1.27/arch/frv/kernel/ |
D | setup.c | 1114 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/security/apparmor/ |
D | apparmorfs.c | 760 static const struct seq_operations aa_fs_profiles_op = {
|
/linux-4.1.27/lib/ |
D | dynamic_debug.c | 806 static const struct seq_operations ddebug_proc_seqops = {
|
/linux-4.1.27/arch/alpha/kernel/ |
D | setup.c | 1496 const struct seq_operations cpuinfo_op = {
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmdebug.c | 640 static const struct seq_operations debug_lockres_ops = {
|
/linux-4.1.27/drivers/input/ |
D | input.c | 1177 static const struct seq_operations input_devices_seq_ops = { 1241 static const struct seq_operations input_handlers_seq_ops = {
|
/linux-4.1.27/drivers/net/ppp/ |
D | pppoe.c | 1108 static const struct seq_operations pppoe_seq_ops = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 977 static struct seq_operations sops = { in ptlrpc_lprocfs_svc_req_history_open()
|
/linux-4.1.27/fs/ext4/ |
D | extents_status.c | 1150 static const struct seq_operations ext4_es_seq_shrinker_info_ops = {
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 165 static const struct seq_operations register_seq_ops = {
|