/Linux-v4.19/fs/proc/ |
D | cpuinfo.c | 16 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 139 ret = seq_open(file, &ipoib_mcg_seq_ops); in ipoib_mcg_open() 244 ret = seq_open(file, &ipoib_path_seq_ops); in ipoib_path_open()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_fs.c | 202 return seq_open(file, &ima_measurments_seqops); in ima_measurements_open() 268 return seq_open(file, &ima_ascii_measurements_seqops); in ima_ascii_measurements_open() 397 return seq_open(filp, &ima_policy_seqops); in ima_open_policy()
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 133 int ret = seq_open(file, &adf_ring_sops); in adf_ring_open() 249 int ret = seq_open(file, &adf_bank_sops); in adf_bank_open()
|
D | adf_cfg.c | 101 int ret = seq_open(file, &qat_dev_cfg_sops); in qat_dev_cfg_open()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | debugfs.h | 75 ret = seq_open(s, &_##name##_seq_ops); \
|
/Linux-v4.19/fs/dlm/ |
D | debug_fs.c | 614 ret = seq_open(file, &format1_seq_ops); in table_open1() 628 ret = seq_open(file, &format2_seq_ops); in table_open2() 642 ret = seq_open(file, &format3_seq_ops); in table_open3() 656 ret = seq_open(file, &format4_seq_ops); in table_open4()
|
/Linux-v4.19/security/smack/ |
D | smackfs.c | 674 return seq_open(file, &load_seq_ops); in smk_open_load() 845 return seq_open(file, &cipso_seq_ops); in smk_open_cipso() 1018 return seq_open(file, &cipso2_seq_ops); in smk_open_cipso2() 1094 return seq_open(file, &net4addr_seq_ops); in smk_open_net4addr() 1358 return seq_open(file, &net6addr_seq_ops); in smk_open_net6addr() 1910 return seq_open(file, &onlycap_seq_ops); in smk_open_onlycap() 2251 return seq_open(file, &load_self_seq_ops); in smk_open_load_self() 2379 return seq_open(file, &load2_seq_ops); in smk_open_load2() 2456 return seq_open(file, &load_self2_seq_ops); in smk_open_load_self2() 2725 return seq_open(file, &relabel_self_seq_ops); in smk_open_relabel_self()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 98 rc = seq_open(file, &hcall_inst_seq_ops); in hcall_inst_seq_open()
|
/Linux-v4.19/fs/ |
D | seq_file.c | 51 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function 89 EXPORT_SYMBOL(seq_open); 565 res = seq_open(file, op); in single_open() 623 rc = seq_open(f, ops); in __seq_open_private()
|
/Linux-v4.19/drivers/char/tpm/eventlog/ |
D | common.c | 51 err = seq_open(file, seqops); in tpm_bios_measurements_open()
|
/Linux-v4.19/lib/ |
D | error-inject.c | 206 return seq_open(filp, &ei_seq_ops); in ei_open()
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 125 err = seq_open(filep, desc_seq_ops); in fm10k_dbg_desc_open()
|
/Linux-v4.19/arch/s390/kernel/ |
D | diag.c | 104 return seq_open(file, &show_diag_stat_sops); in show_diag_stat_open()
|
/Linux-v4.19/Documentation/filesystems/ |
D | seq_file.txt | 251 return seq_open(file, &ct_seq_ops); 254 Here, the call to seq_open() takes the seq_operations structure we created 257 On a successful open, seq_open() stores the struct seq_file pointer in 263 There is also a wrapper function to seq_open() called seq_open_private(). It
|
/Linux-v4.19/include/linux/ |
D | seq_file.h | 109 int seq_open(struct file *, const struct seq_operations *);
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 54 ret = seq_open(s, &_##name##_seq_ops); \
|
/Linux-v4.19/kernel/trace/ |
D | trace_printk.c | 351 return seq_open(file, &show_format_seq_ops); in ftrace_formats_open()
|
D | trace_stat.c | 245 ret = seq_open(file, &trace_stat_seq_ops); in tracing_stat_open()
|
/Linux-v4.19/net/atm/ |
D | mpoa_proc.c | 206 return seq_open(file, &mpc_op); in proc_mpc_open()
|
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-debug.c | 272 ret = seq_open(file, &vgic_debug_seq_ops); in debug_open()
|
/Linux-v4.19/kernel/ |
D | fail_function.c | 227 return seq_open(file, &fei_seq_ops); in fei_open()
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 378 return seq_open(file, &severities_seq_ops); in severities_coverage_open()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_proc.c | 441 return seq_open(file, &scsi_seq_ops); in proc_scsi_open()
|
/Linux-v4.19/net/sunrpc/ |
D | debugfs.c | 89 int ret = seq_open(filp, &tasks_seq_operations); in tasks_open()
|