Searched refs:read_ctx (Results 1 – 6 of 6) sorted by relevance
41 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG() argument55 out->len = BPF_CORE_READ(read_ctx, len); in BPF_PROG()56 out->off = BPF_CORE_READ(read_ctx, off); in BPF_PROG()60 out->buf_exists = bpf_core_field_exists(read_ctx->buf); in BPF_PROG()61 out->off_exists = bpf_core_field_exists(read_ctx->off); in BPF_PROG()62 out->len_exists = bpf_core_field_exists(read_ctx->len); in BPF_PROG()75 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG() argument89 out->len = read_ctx->len; in BPF_PROG()90 out->off = read_ctx->off; in BPF_PROG()94 out->buf_exists = bpf_core_field_exists(read_ctx->buf); in BPF_PROG()[all …]
14 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG() argument 16 sz = BPF_CORE_READ(read_ctx, len); in BPF_PROG() 44 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx)46 sz = read_ctx->len;48 BPF_PROG(handle_tp_btf,struct task_struct * task,struct bpf_testmod_test_read_ctx * read_ctx) BPF_PROG() argument
84 struct bio *bio = ctx->read_ctx; in iomap_bio_submit_read()110 if (ctx->read_ctx) in iomap_read_alloc_bio()133 ctx->read_ctx = bio; in iomap_read_alloc_bio()141 struct bio *bio = ctx->read_ctx; in iomap_bio_read_folio_range()
664 struct cachefiles_read_ctx *read_ctx = private; in cachefiles_ondemand_init_read_req() local666 load->off = read_ctx->off; in cachefiles_ondemand_init_read_req()667 load->len = read_ctx->len; in cachefiles_ondemand_init_read_req()756 struct cachefiles_read_ctx read_ctx = {pos, len}; in cachefiles_ondemand_read() local760 cachefiles_ondemand_init_read_req, &read_ctx); in cachefiles_ondemand_read()
43 struct bio *bio = ctx->read_ctx; in ntfs_iomap_bio_submit_read()
215 void *read_ctx;224 ``ops->submit_read()`` and ``read_ctx`` are optional. ``read_ctx`` is used to