Home
last modified time | relevance | path

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

1234

/Linux-v5.4/fs/proc/
Dcpuinfo.c16 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
/Linux-v5.4/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c139 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-v5.4/security/integrity/ima/
Dima_fs.c199 return seq_open(file, &ima_measurments_seqops); in ima_measurements_open()
265 return seq_open(file, &ima_ascii_measurements_seqops); in ima_ascii_measurements_open()
394 return seq_open(filp, &ima_policy_seqops); in ima_open_policy()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_transport_debug.c133 int ret = seq_open(file, &adf_ring_sops); in adf_ring_open()
244 int ret = seq_open(file, &adf_bank_sops); in adf_bank_open()
Dadf_cfg.c101 int ret = seq_open(file, &qat_dev_cfg_sops); in qat_dev_cfg_open()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Ddebugfs.h65 ret = seq_open(s, &_##name##_seq_ops); \
/Linux-v5.4/security/smack/
Dsmackfs.c646 return seq_open(file, &load_seq_ops); in smk_open_load()
817 return seq_open(file, &cipso_seq_ops); in smk_open_cipso()
990 return seq_open(file, &cipso2_seq_ops); in smk_open_cipso2()
1066 return seq_open(file, &net4addr_seq_ops); in smk_open_net4addr()
1330 return seq_open(file, &net6addr_seq_ops); in smk_open_net6addr()
1882 return seq_open(file, &onlycap_seq_ops); in smk_open_onlycap()
2223 return seq_open(file, &load_self_seq_ops); in smk_open_load_self()
2353 return seq_open(file, &load2_seq_ops); in smk_open_load2()
2430 return seq_open(file, &load_self2_seq_ops); in smk_open_load_self2()
2699 return seq_open(file, &relabel_self_seq_ops); in smk_open_relabel_self()
/Linux-v5.4/fs/dlm/
Ddebug_fs.c612 ret = seq_open(file, &format1_seq_ops); in table_open1()
626 ret = seq_open(file, &format2_seq_ops); in table_open2()
640 ret = seq_open(file, &format3_seq_ops); in table_open3()
654 ret = seq_open(file, &format4_seq_ops); in table_open4()
/Linux-v5.4/fs/
Dseq_file.c51 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function
89 EXPORT_SYMBOL(seq_open);
577 res = seq_open(file, op); in single_open()
635 rc = seq_open(f, ops); in __seq_open_private()
/Linux-v5.4/arch/powerpc/platforms/pseries/
DhvCall_inst.c85 rc = seq_open(file, &hcall_inst_seq_ops); in hcall_inst_seq_open()
/Linux-v5.4/drivers/char/tpm/eventlog/
Dcommon.c46 err = seq_open(file, seqops); in tpm_bios_measurements_open()
/Linux-v5.4/lib/
Derror-inject.c206 return seq_open(filp, &ei_seq_ops); in ei_open()
/Linux-v5.4/kernel/trace/
Dtrace_dynevent.c187 return seq_open(file, &dyn_event_seq_op); in dyn_event_open()
Dtrace_printk.c358 return seq_open(file, &show_format_seq_ops); in ftrace_formats_open()
Dtrace_stat.c249 ret = seq_open(file, &trace_stat_seq_ops); in tracing_stat_open()
Dtrace_stack.c480 return seq_open(file, &stack_trace_seq_ops); in stack_trace_open()
/Linux-v5.4/arch/s390/kernel/
Ddiag.c109 return seq_open(file, &show_diag_stat_sops); in show_diag_stat_open()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_debugfs.c125 err = seq_open(filep, desc_seq_ops); in fm10k_dbg_desc_open()
/Linux-v5.4/Documentation/filesystems/
Dseq_file.txt251 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-v5.4/include/linux/
Dseq_file.h109 int seq_open(struct file *, const struct seq_operations *);
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_debugfs.c54 ret = seq_open(s, &_##name##_seq_ops); \
/Linux-v5.4/net/atm/
Dmpoa_proc.c206 return seq_open(file, &mpc_op); in proc_mpc_open()
/Linux-v5.4/virt/kvm/arm/vgic/
Dvgic-debug.c261 ret = seq_open(file, &vgic_debug_seq_ops); in debug_open()
/Linux-v5.4/kernel/
Dfail_function.c219 return seq_open(file, &fei_seq_ops); in fei_open()
/Linux-v5.4/net/sunrpc/
Ddebugfs.c88 int ret = seq_open(filp, &tasks_seq_operations); in tasks_open()

1234