Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-snap-transient.c68 sector_t *sectors_allocated, in transient_usage() argument
71 *sectors_allocated = ((struct transient_c *) store->context)->next_free; in transient_usage()
Ddm-exception-store.h108 sector_t *total_sectors, sector_t *sectors_allocated,
Ddm-snap-persistent.c575 sector_t *sectors_allocated, in persistent_usage() argument
580 *sectors_allocated = ps->next_free * store->chunk_size; in persistent_usage()
Ddm-snap.c2333 sector_t total_sectors, sectors_allocated, in snapshot_status() local
2337 &sectors_allocated, in snapshot_status()
2340 (unsigned long long)sectors_allocated, in snapshot_status()
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dsnapshot.rst156 <sectors_allocated>/<total_sectors> <metadata_sectors>
158 Both <sectors_allocated> and <total_sectors> include both data and metadata.
161 is zero, in other words <sectors_allocated> == <metadata_sectors>.