Home
last modified time | relevance | path

Searched refs:total_sectors (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/
H A Ddm-snap-transient.c67 sector_t *total_sectors, in transient_usage() argument
72 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_usage()
H A Ddm-exception-store.h108 sector_t *total_sectors, sector_t *sectors_allocated,
H A Ddm-snap-persistent.c574 sector_t *total_sectors, in persistent_usage() argument
581 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in persistent_usage()
H A Ddm-snap.c2326 sector_t total_sectors, sectors_allocated, in snapshot_status() local
2329 &total_sectors, in snapshot_status()
2334 (unsigned long long)total_sectors, in snapshot_status()
/linux/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst156 <sectors_allocated>/<total_sectors> <metadata_sectors>
158 Both <sectors_allocated> and <total_sectors> include both data and metadata.