Lines Matching full:plugged

49  *       reference count is decremented whenever a plugged BIO completes and
59 * @bio_list: The list of BIOs that are currently plugged.
60 * @bio_work: Work struct to handle issuing of plugged BIOs
80 * - BLK_ZONE_WPLUG_PLUGGED: Indicates that the zone write plug is plugged,
573 * Abort (fail) all plugged BIOs of a zone write plug.
584 * Abort (fail) all plugged BIOs of a zone write plug that are not aligned
660 * or to the zone size (zone finish case). This aborts all plugged BIOs, which
662 * is a mistake from the user which will most likely cause all plugged BIOs to
682 /* Update the zone write pointer and abort all plugged BIOs. */ in disk_zone_wplug_set_wp_offset()
694 * The zone write plug now has no BIO plugged: remove it from the in disk_zone_wplug_set_wp_offset()
720 * BIOs plugged for the target zone. It is fine as resetting or in blk_zone_wplug_handle_reset_or_finish()
741 * abort all plugged BIOs. It is fine as resetting zones while writes in blk_zone_wplug_handle_reset_all()
768 * The BIO is being plugged and thus will have to wait for the on-going in blk_zone_wplug_add_bio()
769 * write and for all other writes already plugged. So polling makes in blk_zone_wplug_add_bio()
798 * If the BIO was already plugged, then we were called through in blk_zone_write_plug_bio_merged()
826 * Attempt to merge plugged BIOs with a newly prepared request for a BIO that
854 * Walk through the list of plugged BIOs to check if they can be merged in blk_zone_write_plug_init_request()
988 * If the zone is already plugged or has a pending error, add the BIO in blk_zone_wplug_handle_write()
1062 * also be plugged so that these BIOs can be changed into regular in blk_zone_plug_bio()
1066 * are not plugged as we do not need serialization with write in blk_zone_plug_bio()
1098 * of the next plugged BIO. blk_zone_wplug_bio_work() will release the in disk_zone_wplug_schedule_bio_work()
1115 * will restart submission of plugged BIOs. in disk_zone_wplug_unplug_bio()
1123 /* Schedule submission of the next plugged BIO if we have one. */ in disk_zone_wplug_unplug_bio()
1180 * plugged BIO here. in blk_zone_write_plug_bio_endio()
1221 * Submit the next plugged BIO. If we do not have any, clear in blk_zone_wplug_bio_work()
1222 * the plugged flag. in blk_zone_wplug_bio_work()
1247 * usage counter we took when the BIO was plugged, but the submission in blk_zone_wplug_bio_work()
1323 * plugged BIOs as otherwise we could endup waiting forever on in disk_zone_wplug_handle_error()
1324 * plugged BIOs to complete if there is a queue freeze on-going. in disk_zone_wplug_handle_error()