Searched refs:all_io_entry (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/md/
H A Ddm-cache-target.c340 struct dm_deferred_entry *all_io_entry; member in struct:per_bio_data
755 pb->all_io_entry = NULL; init_per_bio_data()
849 BUG_ON(pb->all_io_entry); inc_ds()
851 pb->all_io_entry = dm_deferred_entry_inc(cache->all_io_ds); inc_ds()
1453 if (!pb->all_io_entry) check_for_quiesced_migrations()
1457 dm_deferred_entry_dec(pb->all_io_entry, &work); check_for_quiesced_migrations()
H A Ddm-thin.c544 struct dm_deferred_entry *all_io_entry; member in struct:dm_thin_endio_hook
710 h->all_io_entry = dm_deferred_entry_inc(pool->all_io_ds); inc_all_io_entry()
2528 h->all_io_entry = NULL; thin_hook_bio()
4122 if (h->all_io_entry) { thin_endio()
4124 dm_deferred_entry_dec(h->all_io_entry, &work); thin_endio()

Completed in 123 milliseconds