Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/security/integrity/ima/
H A 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()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dcpuinfo.c16 return seq_open(file, &cpuinfo_op); in cpuinfo_open()
/OK3568_Linux_fs/kernel/include/linux/
H A Dseq_file.h108 int seq_open(struct file *, const struct seq_operations *);
152 int ret = seq_open(file, &__name ## _sops); \
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmackfs.c646 return seq_open(file, &load_seq_ops); in smk_open_load()
815 return seq_open(file, &cipso_seq_ops); in smk_open_cipso()
1011 return seq_open(file, &cipso2_seq_ops); in smk_open_cipso2()
1087 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()
2384 return seq_open(file, &load2_seq_ops); in smk_open_load2()
2461 return seq_open(file, &load_self2_seq_ops); in smk_open_load_self2()
2734 return seq_open(file, &relabel_self_seq_ops); in smk_open_relabel_self()
/OK3568_Linux_fs/kernel/fs/dlm/
H A Ddebug_fs.c613 ret = seq_open(file, &format1_seq_ops); in table_open1()
627 ret = seq_open(file, &format2_seq_ops); in table_open2()
641 ret = seq_open(file, &format3_seq_ops); in table_open3()
655 ret = seq_open(file, &format4_seq_ops); in table_open4()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h65 ret = seq_open(s, &_##name##_seq_ops); \
/OK3568_Linux_fs/kernel/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);
572 res = seq_open(file, op); in single_open()
630 rc = seq_open(f, ops); in __seq_open_private()
/OK3568_Linux_fs/kernel/drivers/char/tpm/eventlog/
H A Dcommon.c46 err = seq_open(file, seqops); in tpm_bios_measurements_open()
/OK3568_Linux_fs/kernel/lib/
H A Derror-inject.c206 return seq_open(filp, &ei_seq_ops); in ei_open()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c125 err = seq_open(filep, desc_seq_ops); in fm10k_dbg_desc_open()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_trace_timeline.c98 return seq_open(file, &kbasep_trace_timeline_seq_ops); in kbasep_trace_timeline_debugfs_open()
H A Dmali_kbase_debug_mem_view.c197 ret = seq_open(file, &ops); in debug_mem_open()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_printk.c358 return seq_open(file, &show_format_seq_ops); in ftrace_formats_open()
H A Dtrace_dynevent.c189 return seq_open(file, &dyn_event_seq_op); in dyn_event_open()
H A Dtrace_stat.c247 ret = seq_open(file, &trace_stat_seq_ops); in tracing_stat_open()
H A Dtrace_stack.c485 return seq_open(file, &stack_trace_seq_ops); in stack_trace_open()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c54 ret = seq_open(s, &_##name##_seq_ops); \
/OK3568_Linux_fs/kernel/net/atm/
H A Dmpoa_proc.c203 return seq_open(file, &mpc_op); in proc_mpc_open()
/OK3568_Linux_fs/kernel/kernel/
H A Dfail_function.c219 return seq_open(file, &fei_seq_ops); in fei_open()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dfile.c684 error = seq_open(file, &kernfs_seq_ops); in kernfs_fop_open()
686 error = seq_open(file, NULL); in kernfs_fop_open()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Ddebugfs.c88 int ret = seq_open(filp, &tasks_seq_operations); in tasks_open()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_debugfs.c288 rc = seq_open(file, &l2tp_dfs_seq_ops); in l2tp_dfs_seq_open()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_proc.c436 return seq_open(file, &scsi_seq_ops); in proc_scsi_open()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c248 ret = seq_open(file, &ops); in debug_mem_open()

1234