Searched refs:wp_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | sd_trace.h | 19 unsigned int wp_offset), 21 TP_ARGS(cmnd, lba, wp_offset), 29 __field( unsigned int, wp_offset ) 38 __entry->wp_offset = wp_offset; 43 __entry->lun, __entry->lba, __entry->wp_offset) 49 unsigned int wp_offset, unsigned int good_bytes), 51 TP_ARGS(cmnd, rq_sector, wp_offset, good_bytes), 59 __field( unsigned int, wp_offset ) 69 __entry->wp_offset = wp_offset; 76 __entry->lun, __entry->rq_sector, __entry->wp_offset,
|
| /linux/block/ |
| H A D | blk-zoned.c | 73 unsigned int wp_offset; member 506 return disk_zone_is_full(disk, zwplug->zone_no, zwplug->wp_offset); in disk_zone_wplug_is_full() 629 return !zwplug->wp_offset || disk_zone_wplug_is_full(disk, zwplug); in disk_should_remove_zone_wplug() 704 zwplug->wp_offset = bdev_offset_from_zone_start(disk->part0, sector); in disk_get_and_lock_zone_wplug() 767 else if (!zwplug->wp_offset) in disk_zone_wplug_update_cond() 781 unsigned int wp_offset) in disk_zone_wplug_set_wp_offset() argument 787 zwplug->wp_offset = wp_offset; in disk_zone_wplug_set_wp_offset() 828 unsigned int wp_offset = blk_zone_wp_offset(zone); in disk_zone_wplug_sync_wp_offset() local 836 disk_zone_wplug_set_wp_offset(disk, zwplug, wp_offset); in disk_zone_wplug_sync_wp_offset() 841 return wp_offset; in disk_zone_wplug_sync_wp_offset() [all …]
|