Searched refs:total_sectors (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-snap-transient.c | 64 sector_t *total_sectors, in transient_usage() argument 69 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_usage()
|
D | dm-exception-store.h | 106 sector_t *total_sectors, sector_t *sectors_allocated,
|
D | dm-snap-persistent.c | 574 sector_t *total_sectors, in persistent_usage() argument 581 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in persistent_usage()
|
D | dm-snap.c | 2010 sector_t total_sectors, sectors_allocated, in snapshot_status() local 2013 &total_sectors, in snapshot_status() 2018 (unsigned long long)total_sectors, in snapshot_status()
|
/linux-4.4.14/block/partitions/ |
D | efi.c | 188 static int is_pmbr_valid(legacy_mbr *mbr, sector_t total_sectors) in is_pmbr_valid() argument 232 if (sz != (uint32_t) total_sectors - 1 && sz != 0xFFFFFFFF) in is_pmbr_valid() 235 total_sectors - 1, 0xFFFFFFFF)); in is_pmbr_valid() 597 sector_t total_sectors = i_size_read(state->bdev->bd_inode) >> 9; in find_valid_gpt() local 611 good_pmbr = is_pmbr_valid(legacymbr, total_sectors); in find_valid_gpt()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | snapshot.txt | 134 <sectors_allocated>/<total_sectors> <metadata_sectors> 136 Both <sectors_allocated> and <total_sectors> include both data and metadata.
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 1495 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; in fat_fill_super() local 1647 total_sectors = bpb.fat_sectors; in fat_fill_super() 1648 if (total_sectors == 0) in fat_fill_super() 1649 total_sectors = bpb.fat_total_sect; in fat_fill_super() 1651 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus; in fat_fill_super()
|