ctx_ 626 block/blk-mq-debugfs.c static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \ ctx_ 635 block/blk-mq-debugfs.c static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \ ctx_ 643 block/blk-mq-debugfs.c static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \ ctx_ 651 block/blk-mq-debugfs.c static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \ ctx_ 652 block/blk-mq-debugfs.c .start = ctx_##name##_rq_list_start, \ ctx_ 653 block/blk-mq-debugfs.c .next = ctx_##name##_rq_list_next, \ ctx_ 654 block/blk-mq-debugfs.c .stop = ctx_##name##_rq_list_stop, \ ctx_ 1234 fs/btrfs/send.c static int __iterate_backrefs(u64 ino, u64 offset, u64 root, void *ctx_) ctx_ 1236 fs/btrfs/send.c struct backref_ctx *bctx = ctx_; ctx_ 4296 fs/btrfs/send.c void *ctx_) ctx_ 4298 fs/btrfs/send.c struct find_ref_ctx *ctx = ctx_;