| /linux/fs/proc/ |
| H A D | cpuinfo.c | 12 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.h | 24 ret = seq_open(s, &_##name##_seq_ops); \
|
| /linux/security/integrity/ima/ |
| H A D | ima_fs.c | 207 return seq_open(file, &ima_measurments_seqops); in ima_measurements_open() 282 return seq_open(file, &ima_ascii_measurements_seqops); in ima_ascii_measurements_open() 440 return seq_open(filp, &ima_policy_seqops); in ima_open_policy()
|
| /linux/kernel/trace/rv/ |
| H A D | rv_reactors.c | 127 return seq_open(file, &available_reactors_seq_ops); in available_reactors_open() 259 ret = seq_open(file, &monitor_reactors_seq_ops); in monitor_reactors_open()
|
| H A D | rv.c | 543 return seq_open(file, &available_monitors_seq_ops); in available_monitors_open() 581 return seq_open(file, &enabled_monitors_seq_ops); in enabled_monitors_open()
|
| /linux/security/smack/ |
| H A D | smackfs.c | 632 return seq_open(file, &load_seq_ops); in smk_open_load() 818 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() 1356 return seq_open(file, &net6addr_seq_ops); in smk_open_net6addr() 1910 return seq_open(file, &onlycap_seq_ops); in smk_open_onlycap() 2259 return seq_open(file, &load_self_seq_ops); in smk_open_load_self() 2390 return seq_open(file, &load2_seq_ops); in smk_open_load2() 2467 return seq_open(file, &load_self2_seq_ops); in smk_open_load_self2() 2740 return seq_open(file, &relabel_self_seq_ops); in smk_open_relabel_self()
|
| /linux/fs/dlm/ |
| H A D | debug_fs.c | 478 ret = seq_open(file, &format1_seq_ops); in table_open1() 492 ret = seq_open(file, &format2_seq_ops); in table_open2() 535 ret = seq_open(file, &format3_seq_ops); in table_open3() 549 ret = seq_open(file, &format4_seq_ops); in table_open4()
|
| /linux/kernel/module/ |
| H A D | tracking.c | 110 return seq_open(file, &unloaded_tainted_modules_seq_ops); in unloaded_tainted_modules_open()
|
| H A D | procfs.c | 128 int err = seq_open(file, &modules_op); in modules_open()
|
| /linux/drivers/char/tpm/eventlog/ |
| H A D | common.c | 46 err = seq_open(file, seqops); in tpm_bios_measurements_open()
|
| /linux/fs/ |
| H A D | seq_file.c | 58 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function 89 EXPORT_SYMBOL(seq_open); 584 res = seq_open(file, op); in single_open() 642 rc = seq_open(f, ops); in __seq_open_private()
|
| /linux/kernel/trace/ |
| H A D | trace_sched_switch.c | 507 return seq_open(filp, &tracing_saved_tgids_seq_ops); in tracing_saved_tgids_open() 587 return seq_open(filp, &tracing_saved_cmdlines_seq_ops); in tracing_saved_cmdlines_open()
|
| H A D | trace_recursion_record.c | 197 ret = seq_open(file, &recursed_function_seq_ops); in recursed_function_open()
|
| H A D | trace_stat.c | 244 ret = seq_open(file, &trace_stat_seq_ops); in tracing_stat_open()
|
| H A D | trace_stack.c | 484 return seq_open(file, &stack_trace_seq_ops); in stack_trace_open()
|
| H A D | trace_dynevent.c | 254 return seq_open(file, &dyn_event_seq_op); in dyn_event_open()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_debugfs.c | 125 err = seq_open(filep, desc_seq_ops); in fm10k_dbg_desc_open()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_fw_counters.c | 204 ret = seq_open(file, &qat_fw_counters_sops); in qat_fw_counters_file_open()
|
| H A D | adf_cnv_dbgfs.c | 234 ret = seq_open(file, &qat_cnv_errors_sops); in qat_cnv_errors_file_open()
|
| /linux/Documentation/filesystems/ |
| H A D | seq_file.rst | 286 return seq_open(file, &ct_seq_ops); 289 Here, the call to seq_open() takes the seq_operations structure we created 292 On a successful open, seq_open() stores the struct seq_file pointer in 298 There is also a wrapper function to seq_open() called seq_open_private(). It
|
| /linux/net/atm/ |
| H A D | mpoa_proc.c | 203 return seq_open(file, &mpc_op); in proc_mpc_open()
|
| /linux/kernel/ |
| H A D | fail_function.c | 216 return seq_open(file, &fei_seq_ops); in fei_open()
|
| /linux/net/l2tp/ |
| H A D | l2tp_debugfs.c | 285 rc = seq_open(file, &l2tp_dfs_seq_ops); in l2tp_dfs_seq_open()
|
| /linux/fs/kernfs/ |
| H A D | file.c | 704 error = seq_open(file, &kernfs_seq_ops); in kernfs_fop_open() 706 error = seq_open(file, NULL); in kernfs_fop_open()
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 152 ret = seq_open(file, &property_op); in property_open()
|