Searched refs:ctx_ (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/block/ |
| D | blk-mq-debugfs.c | 626 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \ 635 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \ 643 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \ 651 static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \ 652 .start = ctx_##name##_rq_list_start, \ 653 .next = ctx_##name##_rq_list_next, \ 654 .stop = ctx_##name##_rq_list_stop, \
|
| /Linux-v5.4/fs/btrfs/ |
| D | send.c | 1226 static int __iterate_backrefs(u64 ino, u64 offset, u64 root, void *ctx_) in __iterate_backrefs() argument 1228 struct backref_ctx *bctx = ctx_; in __iterate_backrefs() 4273 void *ctx_) in __find_iref() argument 4275 struct find_ref_ctx *ctx = ctx_; in __find_iref()
|