Home
last modified time | relevance | path

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

/linux/block/partitions/
H A Defi.c172 static int is_pmbr_valid(legacy_mbr *mbr, sector_t total_sectors) in is_pmbr_valid() argument
216 if (sz != (uint32_t) total_sectors - 1 && sz != 0xFFFFFFFF) in is_pmbr_valid()
219 total_sectors - 1, 0xFFFFFFFF)); in is_pmbr_valid()
590 sector_t total_sectors = get_capacity(state->disk); in find_valid_gpt() local
604 good_pmbr = is_pmbr_valid(legacymbr, total_sectors); in find_valid_gpt()
/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()
/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.
/linux/fs/fat/
H A Dinode.c1543 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; in fat_fill_super() local
1727 total_sectors = bpb.fat_sectors; in fat_fill_super()
1728 if (total_sectors == 0) in fat_fill_super()
1729 total_sectors = bpb.fat_total_sect; in fat_fill_super()
1731 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus; in fat_fill_super()