Home
last modified time | relevance | path

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

123

/linux-6.1.9/fs/proc/
Dcpuinfo.c12 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
/linux-6.1.9/security/integrity/ima/
Dima_fs.c198 return seq_open(file, &ima_measurments_seqops); in ima_measurements_open()
264 return seq_open(file, &ima_ascii_measurements_seqops); in ima_ascii_measurements_open()
395 return seq_open(filp, &ima_policy_seqops); in ima_open_policy()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Ddebugfs.h24 ret = seq_open(s, &_##name##_seq_ops); \
/linux-6.1.9/kernel/trace/rv/
Drv_reactors.c126 return seq_open(file, &available_reactors_seq_ops); in available_reactors_open()
253 ret = seq_open(file, &monitor_reactors_seq_ops); in monitor_reactors_open()
Drv.c469 return seq_open(file, &available_monitors_seq_ops); in available_monitors_open()
509 return seq_open(file, &enabled_monitors_seq_ops); in enabled_monitors_open()
/linux-6.1.9/include/linux/
Dseq_file.h109 int seq_open(struct file *, const struct seq_operations *);
180 int ret = seq_open(file, &__name ## _sops); \
/linux-6.1.9/security/smack/
Dsmackfs.c647 return seq_open(file, &load_seq_ops); in smk_open_load()
816 return seq_open(file, &cipso_seq_ops); in smk_open_cipso()
1012 return seq_open(file, &cipso2_seq_ops); in smk_open_cipso2()
1088 return seq_open(file, &net4addr_seq_ops); in smk_open_net4addr()
1351 return seq_open(file, &net6addr_seq_ops); in smk_open_net6addr()
1907 return seq_open(file, &onlycap_seq_ops); in smk_open_onlycap()
2254 return seq_open(file, &load_self_seq_ops); in smk_open_load_self()
2385 return seq_open(file, &load2_seq_ops); in smk_open_load2()
2462 return seq_open(file, &load_self2_seq_ops); in smk_open_load_self2()
2735 return seq_open(file, &relabel_self_seq_ops); in smk_open_relabel_self()
/linux-6.1.9/kernel/module/
Dprocfs.c122 int err = seq_open(file, &modules_op); in modules_open()
Dtracking.c111 return seq_open(file, &unloaded_tainted_modules_seq_ops); in unloaded_tainted_modules_open()
/linux-6.1.9/drivers/char/tpm/eventlog/
Dcommon.c46 err = seq_open(file, seqops); in tpm_bios_measurements_open()
/linux-6.1.9/fs/dlm/
Ddebug_fs.c615 ret = seq_open(file, &format1_seq_ops); in table_open1()
629 ret = seq_open(file, &format2_seq_ops); in table_open2()
672 ret = seq_open(file, &format3_seq_ops); in table_open3()
686 ret = seq_open(file, &format4_seq_ops); in table_open4()
/linux-6.1.9/fs/
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.1.9/kernel/trace/
Dtrace_recursion_record.c197 ret = seq_open(file, &recursed_function_seq_ops); in recursed_function_open()
Dtrace_printk.c369 return seq_open(file, &show_format_seq_ops); in ftrace_formats_open()
Dtrace_stat.c247 ret = seq_open(file, &trace_stat_seq_ops); in tracing_stat_open()
Dtrace_dynevent.c238 return seq_open(file, &dyn_event_seq_op); in dyn_event_open()
Dtrace_stack.c484 return seq_open(file, &stack_trace_seq_ops); in stack_trace_open()
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_debugfs.c125 err = seq_open(filep, desc_seq_ops); in fm10k_dbg_desc_open()
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_debugfs.c54 ret = seq_open(s, &_##name##_seq_ops); \
/linux-6.1.9/net/atm/
Dmpoa_proc.c203 return seq_open(file, &mpc_op); in proc_mpc_open()
/linux-6.1.9/Documentation/filesystems/
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.1.9/kernel/
Dfail_function.c219 return seq_open(file, &fei_seq_ops); in fei_open()
/linux-6.1.9/net/sunrpc/
Ddebugfs.c88 int ret = seq_open(filp, &tasks_seq_operations); in tasks_open()
/linux-6.1.9/net/l2tp/
Dl2tp_debugfs.c286 rc = seq_open(file, &l2tp_dfs_seq_ops); in l2tp_dfs_seq_open()
/linux-6.1.9/drivers/scsi/
Dscsi_proc.c436 return seq_open(file, &scsi_seq_ops); in proc_scsi_open()

123