Symbol: bio_post_read_ctx
fs/ext4/readpage.c
119
static void bio_post_read_processing(struct bio_post_read_ctx *ctx)
fs/ext4/readpage.c
169
struct bio_post_read_ctx *ctx = bio->bi_private;
fs/ext4/readpage.c
192
struct bio_post_read_ctx *ctx =
fs/ext4/readpage.c
434
bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT);
fs/ext4/readpage.c
82
static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
fs/ext4/readpage.c
86
struct bio_post_read_ctx *ctx =
fs/ext4/readpage.c
87
container_of(work, struct bio_post_read_ctx, work);
fs/ext4/readpage.c
98
struct bio_post_read_ctx *ctx =
fs/ext4/readpage.c
99
container_of(work, struct bio_post_read_ctx, work);
fs/f2fs/data.c
1152
struct bio_post_read_ctx *ctx = NULL;
fs/f2fs/data.c
153
struct bio_post_read_ctx *ctx = bio->bi_private;
fs/f2fs/data.c
199
struct bio_post_read_ctx *ctx =
fs/f2fs/data.c
200
container_of(work, struct bio_post_read_ctx, work);
fs/f2fs/data.c
2433
struct bio_post_read_ctx *ctx;
fs/f2fs/data.c
249
struct bio_post_read_ctx *ctx = bio->bi_private;
fs/f2fs/data.c
268
static void f2fs_handle_step_decompress(struct bio_post_read_ctx *ctx,
fs/f2fs/data.c
300
struct bio_post_read_ctx *ctx =
fs/f2fs/data.c
301
container_of(work, struct bio_post_read_ctx, work);
fs/f2fs/data.c
318
struct bio_post_read_ctx *ctx;
fs/f2fs/data.c
4512
sizeof(struct bio_post_read_ctx), 0, 0, NULL);
fs/f2fs/iostat.c
295
struct bio *bio, struct bio_post_read_ctx *ctx)
fs/f2fs/iostat.h
44
struct bio_post_read_ctx *post_read_ctx;
fs/f2fs/iostat.h
56
static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio)
fs/f2fs/iostat.h
65
struct bio *bio, struct bio_post_read_ctx *ctx);
fs/f2fs/iostat.h
77
struct bio *bio, struct bio_post_read_ctx *ctx) {}
fs/f2fs/iostat.h
80
static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio)
fs/f2fs/iostat.h
9
struct bio_post_read_ctx;