Searched refs:seq_ops (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/proc/ |
D | proc_net.c | 56 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net() 95 p->seq_ops = ops; in proc_create_net_data() 139 p->seq_ops = ops; in proc_create_net_data_write()
|
D | generic.c | 587 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open() 588 return seq_open(file, de->seq_ops); in proc_seq_open() 617 p->seq_ops = ops; in proc_create_seq_private()
|
D | internal.h | 49 const struct seq_operations *seq_ops; member
|
D | base.c | 2805 const struct seq_operations *seq_ops) in proc_id_map_open() argument 2822 ret = seq_open(file, seq_ops); in proc_id_map_open()
|
/linux-4.19.296/block/ |
D | blk-mq-debugfs.h | 15 const struct seq_operations *seq_ops; member
|
D | blk-mq-debugfs.c | 218 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops }, 754 if (attr->seq_ops) { in blk_mq_debugfs_open() 755 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open() 790 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops}, 807 {"rq_list", 0400, .seq_ops = &ctx_rq_list_seq_ops},
|
D | mq-deadline.c | 763 {#name "_fifo_list", 0400, .seq_ops = &deadline_##name##_fifo_seq_ops}, \ 770 {"dispatch", 0400, .seq_ops = &deadline_dispatch_seq_ops},
|
D | kyber-iosched.c | 941 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
|