fs/ext4/readpage.c
100
container_of(work, struct bio_post_read_ctx, work);
fs/ext4/readpage.c
120
static void bio_post_read_processing(struct bio_post_read_ctx *ctx)
fs/ext4/readpage.c
170
struct bio_post_read_ctx *ctx = bio->bi_private;
fs/ext4/readpage.c
193
struct bio_post_read_ctx *ctx =
fs/ext4/readpage.c
435
bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT);
fs/ext4/readpage.c
83
static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
fs/ext4/readpage.c
87
struct bio_post_read_ctx *ctx =
fs/ext4/readpage.c
88
container_of(work, struct bio_post_read_ctx, work);
fs/ext4/readpage.c
99
struct bio_post_read_ctx *ctx =
fs/f2fs/data.c
1106
struct bio_post_read_ctx *ctx = NULL;
fs/f2fs/data.c
147
struct bio_post_read_ctx *ctx = bio->bi_private;
fs/f2fs/data.c
192
struct bio_post_read_ctx *ctx =
fs/f2fs/data.c
193
container_of(work, struct bio_post_read_ctx, work);
fs/f2fs/data.c
2366
struct bio_post_read_ctx *ctx;
fs/f2fs/data.c
242
struct bio_post_read_ctx *ctx = bio->bi_private;
fs/f2fs/data.c
261
static void f2fs_handle_step_decompress(struct bio_post_read_ctx *ctx,
fs/f2fs/data.c
293
struct bio_post_read_ctx *ctx =
fs/f2fs/data.c
294
container_of(work, struct bio_post_read_ctx, work);
fs/f2fs/data.c
311
struct bio_post_read_ctx *ctx;
fs/f2fs/data.c
4435
sizeof(struct bio_post_read_ctx), 0, 0, NULL);
fs/f2fs/iostat.c
259
struct bio *bio, struct bio_post_read_ctx *ctx)
fs/f2fs/iostat.h
42
struct bio_post_read_ctx *post_read_ctx;
fs/f2fs/iostat.h
54
static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio)
fs/f2fs/iostat.h
63
struct bio *bio, struct bio_post_read_ctx *ctx);
fs/f2fs/iostat.h
73
struct bio *bio, struct bio_post_read_ctx *ctx) {}
fs/f2fs/iostat.h
76
static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio)
fs/f2fs/iostat.h
9
struct bio_post_read_ctx;