Home
last modified time | relevance | path

Searched refs:seq_operations (Results 1 – 25 of 74) sorted by relevance

123

/linux-4.19.296/drivers/char/tpm/eventlog/
Dcommon.h6 extern const struct seq_operations tpm1_ascii_b_measurements_seqops;
7 extern const struct seq_operations tpm1_binary_b_measurements_seqops;
8 extern const struct seq_operations tpm2_binary_b_measurements_seqops;
Dtpm1.c298 const struct seq_operations tpm1_ascii_b_measurements_seqops = {
305 const struct seq_operations tpm1_binary_b_measurements_seqops = {
/linux-4.19.296/drivers/isdn/capi/
Dkcapi_proc.c97 static const struct seq_operations seq_controller_ops = {
104 static const struct seq_operations seq_contrstats_ops = {
179 static const struct seq_operations seq_applications_ops = {
186 static const struct seq_operations seq_applstats_ops = {
221 static const struct seq_operations seq_capi_driver_ops = {
/linux-4.19.296/include/linux/
Dseq_file.h14 struct seq_operations;
26 const struct seq_operations *op;
32 struct seq_operations { struct
109 int seq_open(struct file *, const struct seq_operations *);
144 void *__seq_open_private(struct file *, const struct seq_operations *, int);
145 int seq_open_private(struct file *, const struct seq_operations *, int);
Duser_namespace.h115 struct seq_operations;
116 extern const struct seq_operations proc_uid_seq_operations;
117 extern const struct seq_operations proc_gid_seq_operations;
118 extern const struct seq_operations proc_projid_seq_operations;
Dproc_fs.h13 struct seq_operations;
33 struct proc_dir_entry *parent, const struct seq_operations *ops,
60 struct proc_dir_entry *parent, const struct seq_operations *ops,
69 const struct seq_operations *ops,
/linux-4.19.296/include/net/phonet/
Dpn_dev.h59 extern const struct seq_operations pn_sock_seq_ops;
60 extern const struct seq_operations pn_res_seq_ops;
/linux-4.19.296/include/net/
Drose.h203 extern const struct seq_operations rose_neigh_seqops;
204 extern const struct seq_operations rose_node_seqops;
205 extern struct seq_operations rose_route_seqops;
Dnetrom.h220 extern const struct seq_operations nr_node_seqops;
221 extern const struct seq_operations nr_neigh_seqops;
/linux-4.19.296/fs/dlm/
Ddebug_fs.c416 static const struct seq_operations format1_seq_ops;
417 static const struct seq_operations format2_seq_ops;
418 static const struct seq_operations format3_seq_ops;
419 static const struct seq_operations format4_seq_ops;
577 static const struct seq_operations format1_seq_ops = {
584 static const struct seq_operations format2_seq_ops = {
591 static const struct seq_operations format3_seq_ops = {
598 static const struct seq_operations format4_seq_ops = {
/linux-4.19.296/fs/proc/
Dcpuinfo.c12 extern const struct seq_operations cpuinfo_op;
Dinterrupts.c30 static const struct seq_operations int_seq_ops = {
Ddevices.c47 static const struct seq_operations devinfo_ops = {
Dnommu.c109 static const struct seq_operations proc_nommu_region_list_seqop = {
Dconsoles.c87 static const struct seq_operations consoles_op = {
Dtask_nommu.c251 static const struct seq_operations proc_pid_maps_ops = {
259 const struct seq_operations *ops) in maps_open()
Dproc_net.c85 struct proc_dir_entry *parent, const struct seq_operations *ops, in proc_create_net_data()
128 const struct seq_operations *ops, in proc_create_net_data_write()
/linux-4.19.296/fs/afs/
Dproc.c66 static const struct seq_operations afs_proc_cells_ops = {
243 static const struct seq_operations afs_proc_cell_volumes_ops = {
313 static const struct seq_operations afs_proc_cell_vlservers_ops = {
366 static const struct seq_operations afs_proc_servers_ops = {
421 static const struct seq_operations afs_proc_sysname_ops = {
/linux-4.19.296/block/
Dblk-mq-debugfs.h15 const struct seq_operations *seq_ops;
/linux-4.19.296/fs/fscache/
Dhistogram.c86 const struct seq_operations fscache_histogram_ops = {
/linux-4.19.296/fs/cachefiles/
Dproc.c80 static const struct seq_operations cachefiles_histogram_ops = {
/linux-4.19.296/crypto/
Dproc.c90 static const struct seq_operations crypto_seq_ops = {
/linux-4.19.296/fs/
Dseq_file.c54 int seq_open(struct file *file, const struct seq_operations *op) in seq_open()
560 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL_ACCOUNT); in single_open()
598 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op; in single_release()
615 void *__seq_open_private(struct file *f, const struct seq_operations *ops, in __seq_open_private()
641 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private()
/linux-4.19.296/drivers/s390/char/
Dtape_proc.c101 static const struct seq_operations tape_proc_seq = {
/linux-4.19.296/drivers/misc/sgi-gru/
Dgruprocfs.c244 static const struct seq_operations cch_seq_ops = {
251 static const struct seq_operations gru_seq_ops = {

123