Searched refs:seq_operations (Results 51 - 75 of 269) sorted by relevance

1234567891011

/linux-master/fs/afs/
H A Dproc.c77 static const struct seq_operations afs_proc_cells_ops = {
300 static const struct seq_operations afs_proc_cell_volumes_ops = {
416 static const struct seq_operations afs_proc_cell_vlservers_ops = {
488 static const struct seq_operations afs_proc_servers_ops = {
543 static const struct seq_operations afs_proc_sysname_ops = {
/linux-master/net/rxrpc/
H A Dproc.c105 const struct seq_operations rxrpc_call_seq_ops = {
192 const struct seq_operations rxrpc_connection_seq_ops = {
268 const struct seq_operations rxrpc_bundle_seq_ops = {
394 const struct seq_operations rxrpc_peer_seq_ops = {
464 const struct seq_operations rxrpc_local_seq_ops = {
H A Dar-internal.h1184 extern const struct seq_operations rxrpc_call_seq_ops;
1185 extern const struct seq_operations rxrpc_connection_seq_ops;
1186 extern const struct seq_operations rxrpc_bundle_seq_ops;
1187 extern const struct seq_operations rxrpc_peer_seq_ops;
1188 extern const struct seq_operations rxrpc_local_seq_ops;
/linux-master/security/integrity/ima/
H A Dima_fs.c189 static const struct seq_operations ima_measurments_seqops = {
255 static const struct seq_operations ima_ascii_measurements_seqops = {
374 static const struct seq_operations ima_policy_seqops = {
/linux-master/net/ax25/
H A Dax25_uid.c181 const struct seq_operations ax25_uid_seqops = {
/linux-master/drivers/char/tpm/eventlog/
H A Dtpm2.c154 const struct seq_operations tpm2_binary_b_measurements_seqops = {
H A Dcommon.c31 const struct seq_operations *seqops;
/linux-master/arch/sh/kernel/cpu/
H A Dproc.c145 const struct seq_operations cpuinfo_op = {
/linux-master/kernel/trace/
H A Dtrace_recursion_record.c174 static const struct seq_operations recursed_function_seq_ops = {
/linux-master/fs/proc/
H A Dproc_tty.c120 static const struct seq_operations tty_drivers_op = {
H A Dproc_net.c115 struct proc_dir_entry *parent, const struct seq_operations *ops,
158 const struct seq_operations *ops,
/linux-master/arch/m68k/kernel/
H A Dsetup_no.c215 const struct seq_operations cpuinfo_op = {
/linux-master/kernel/printk/
H A Dindex.c118 static const struct seq_operations dfs_index_sops = {
/linux-master/drivers/xen/xenfs/
H A Dxensyms.c104 static const struct seq_operations xensyms_seq_ops = {
/linux-master/arch/nios2/kernel/
H A Dcpuinfo.c188 const struct seq_operations cpuinfo_op = {
/linux-master/arch/loongarch/kernel/
H A Dproc.c125 const struct seq_operations cpuinfo_op = {
/linux-master/lib/
H A Derror-inject.c206 static const struct seq_operations ei_sops = {
/linux-master/fs/
H A Dmount.h130 extern const struct seq_operations mounts_op;
H A Dseq_file.c57 int seq_open(struct file *file, const struct seq_operations *op)
575 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL_ACCOUNT);
613 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op;
630 void *__seq_open_private(struct file *f, const struct seq_operations *ops,
656 int seq_open_private(struct file *filp, const struct seq_operations *ops,
/linux-master/drivers/misc/sgi-gru/
H A Dgruprocfs.c228 static const struct seq_operations cch_seq_ops = {
235 static const struct seq_operations gru_seq_ops = {
/linux-master/kernel/trace/rv/
H A Drv_reactors.c114 static const struct seq_operations available_reactors_seq_ops = {
154 static const struct seq_operations monitor_reactors_seq_ops = {
/linux-master/security/keys/
H A Dproc.c21 static const struct seq_operations proc_keys_ops = {
33 static const struct seq_operations proc_key_users_ops = {
/linux-master/net/netfilter/
H A Dxt_hashlimit.c67 static const struct seq_operations dl_seq_ops_v2;
68 static const struct seq_operations dl_seq_ops_v1;
69 static const struct seq_operations dl_seq_ops;
282 const struct seq_operations *ops;
1212 static const struct seq_operations dl_seq_ops_v1 = {
1219 static const struct seq_operations dl_seq_ops_v2 = {
1226 static const struct seq_operations dl_seq_ops = {
/linux-master/kernel/locking/
H A Dlockdep_proc.c120 static const struct seq_operations lockdep_ops = {
185 static const struct seq_operations lockdep_chains_ops = {
632 static const struct seq_operations lockstat_ops = {
/linux-master/drivers/thermal/
H A Dthermal_debugfs.c336 static const struct seq_operations tt_sops = {
369 static const struct seq_operations dt_sops = {
801 static const struct seq_operations tze_sops = {

Completed in 196 milliseconds

1234567891011