Searched refs:sectors_allocated (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/md/ |
| A D | dm-snap-transient.c | 68 sector_t *sectors_allocated, in transient_usage() argument 71 *sectors_allocated = ((struct transient_c *) store->context)->next_free; in transient_usage()
|
| A D | dm-exception-store.h | 108 sector_t *total_sectors, sector_t *sectors_allocated,
|
| A D | dm-snap-persistent.c | 575 sector_t *sectors_allocated, in persistent_usage() argument 580 *sectors_allocated = ps->next_free * store->chunk_size; in persistent_usage()
|
| A D | dm-snap.c | 2335 sector_t total_sectors, sectors_allocated, in snapshot_status() local 2339 §ors_allocated, in snapshot_status() 2342 (unsigned long long)sectors_allocated, in snapshot_status()
|
| /linux/fs/bcachefs/ |
| A D | io_misc.c | 37 unsigned sectors_allocated = 0, new_replicas; in bch2_extent_fallocate() local 99 sectors_allocated = sectors; in bch2_extent_fallocate() 114 if (!ret && sectors_allocated) in bch2_extent_fallocate() 115 bch2_increment_clock(c, sectors_allocated, WRITE); in bch2_extent_fallocate()
|
| A D | alloc_types.h | 115 u64 sectors_allocated; member
|
| A D | alloc_foreground.h | 191 wp->sectors_allocated += sectors; in bch2_alloc_sectors_append_ptrs_inlined()
|
| A D | alloc_foreground.c | 1664 prt_human_readable_u64(out, wp->sectors_allocated); in bch2_write_point_to_text()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | snapshot.rst | 156 <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>.
|
Completed in 25 milliseconds