Searched refs:thin_c (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-thin.c | 222 struct thin_c; 223 typedef void (*process_bio_fn)(struct thin_c *tc, struct bio *bio); 224 typedef void (*process_cell_fn)(struct thin_c *tc, struct dm_bio_prison_cell *cell); 338 struct thin_c { struct 381 struct thin_c *tc; 387 static void begin_discard(struct discard_op *op, struct thin_c *tc, struct bio *parent) in begin_discard() 399 struct thin_c *tc = op->tc; in issue_discard() 586 struct thin_c *tc; 610 static void error_thin_bio_list(struct thin_c *tc, struct bio_list *master, in error_thin_bio_list() 624 static void requeue_deferred_cells(struct thin_c *t [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-thin.c | 225 struct thin_c; 226 typedef void (*process_bio_fn)(struct thin_c *tc, struct bio *bio); 227 typedef void (*process_cell_fn)(struct thin_c *tc, struct dm_bio_prison_cell *cell); 339 struct thin_c { struct 382 struct thin_c *tc; 388 static void begin_discard(struct discard_op *op, struct thin_c *tc, struct bio *parent) in begin_discard() 400 struct thin_c *tc = op->tc; in issue_discard() 586 struct thin_c *tc; 610 static void error_thin_bio_list(struct thin_c *tc, struct bio_list *master, in error_thin_bio_list() 624 static void requeue_deferred_cells(struct thin_c *t [all...] |
Completed in 9 milliseconds