Home
last modified time | relevance | path

Searched refs:last_sector (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Ddm-stats.c65 sector_t last_sector; member
208 last->last_sector = (sector_t)ULLONG_MAX; in dm_stats_init()
695 (bi_sector == (READ_ONCE(last->last_sector) && in dm_stats_account_io()
699 WRITE_ONCE(last->last_sector, end_sector); in dm_stats_account_io()
H A Ddm-integrity.c3952 sector_t last_sector, last_area, last_offset; in calculate_device_limits() local
3968 last_sector = get_data_sector(ic, last_area, last_offset); in calculate_device_limits()
3969 if (last_sector < ic->start || last_sector >= ic->meta_device_sectors) in calculate_device_limits()