Home
last modified time | relevance | path

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

123

/linux-6.15/fs/proc/
H A Dcpuinfo.c12 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h24 ret = seq_open(s, &_##name##_seq_ops); \
/linux-6.15/security/integrity/ima/
H A Dima_fs.c228 return seq_open(file, &ima_measurments_seqops); in ima_measurements_open()
302 return seq_open(file, &ima_ascii_measurements_seqops); in ima_ascii_measurements_open()
496 return seq_open(filp, &ima_policy_seqops); in ima_open_policy()
/linux-6.15/include/linux/
H A Dseq_file.h108 int seq_open(struct file *, const struct seq_operations *);
191 int ret = seq_open(file, &__name ## _sops); \
/linux-6.15/kernel/trace/rv/
H A Drv_reactors.c126 return seq_open(file, &available_reactors_seq_ops); in available_reactors_open()
275 ret = seq_open(file, &monitor_reactors_seq_ops); in monitor_reactors_open()
H A Drv.c554 return seq_open(file, &available_monitors_seq_ops); in available_monitors_open()
594 return seq_open(file, &enabled_monitors_seq_ops); in enabled_monitors_open()
/linux-6.15/fs/dlm/
H A Ddebug_fs.c478 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-6.15/security/smack/
H A Dsmackfs.c631 return seq_open(file, &load_seq_ops); in smk_open_load()
800 return seq_open(file, &cipso_seq_ops); in smk_open_cipso()
1000 return seq_open(file, &cipso2_seq_ops); in smk_open_cipso2()
1076 return seq_open(file, &net4addr_seq_ops); in smk_open_net4addr()
1339 return seq_open(file, &net6addr_seq_ops); in smk_open_net6addr()
1895 return seq_open(file, &onlycap_seq_ops); in smk_open_onlycap()
2244 return seq_open(file, &load_self_seq_ops); in smk_open_load_self()
2375 return seq_open(file, &load2_seq_ops); in smk_open_load2()
2452 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-6.15/kernel/module/
H A Dtracking.c110 return seq_open(file, &unloaded_tainted_modules_seq_ops); in unloaded_tainted_modules_open()
H A Dprocfs.c128 int err = seq_open(file, &modules_op); in modules_open()
/linux-6.15/drivers/char/tpm/eventlog/
H A Dcommon.c46 err = seq_open(file, seqops); in tpm_bios_measurements_open()
/linux-6.15/fs/
H A Dseq_file.c57 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function
88 EXPORT_SYMBOL(seq_open);
583 res = seq_open(file, op); in single_open()
641 rc = seq_open(f, ops); in __seq_open_private()
/linux-6.15/kernel/trace/
H A Dtrace_recursion_record.c197 ret = seq_open(file, &recursed_function_seq_ops); in recursed_function_open()
H A Dtrace_sched_switch.c507 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 Dtrace_printk.c369 return seq_open(file, &show_format_seq_ops); in ftrace_formats_open()
H A Dtrace_stat.c244 ret = seq_open(file, &trace_stat_seq_ops); in tracing_stat_open()
H A Dtrace_dynevent.c243 return seq_open(file, &dyn_event_seq_op); in dyn_event_open()
/linux-6.15/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c125 err = seq_open(filep, desc_seq_ops); in fm10k_dbg_desc_open()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c204 ret = seq_open(file, &qat_fw_counters_sops); in qat_fw_counters_file_open()
H A Dadf_cnv_dbgfs.c234 ret = seq_open(file, &qat_cnv_errors_sops); in qat_cnv_errors_file_open()
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c54 ret = seq_open(s, &_##name##_seq_ops); \
/linux-6.15/kernel/
H A Dfail_function.c216 return seq_open(file, &fei_seq_ops); in fei_open()
/linux-6.15/net/atm/
H A Dmpoa_proc.c203 return seq_open(file, &mpc_op); in proc_mpc_open()
/linux-6.15/Documentation/filesystems/
H A Dseq_file.rst286 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-6.15/net/sunrpc/
H A Ddebugfs.c91 int ret = seq_open(filp, &tasks_seq_operations); in tasks_open()

123