total_sectors     174 block/partitions/efi.c static int is_pmbr_valid(legacy_mbr *mbr, sector_t total_sectors)
total_sectors     218 block/partitions/efi.c 		if (sz != (uint32_t) total_sectors - 1 && sz != 0xFFFFFFFF)
total_sectors     221 block/partitions/efi.c 					   total_sectors - 1, 0xFFFFFFFF));
total_sectors     590 block/partitions/efi.c 	sector_t total_sectors = i_size_read(state->bdev->bd_inode) >> 9;
total_sectors     604 block/partitions/efi.c 		good_pmbr = is_pmbr_valid(legacymbr, total_sectors);
total_sectors     107 drivers/md/dm-exception-store.h 		       sector_t *total_sectors, sector_t *sectors_allocated,
total_sectors     576 drivers/md/dm-snap-persistent.c 			     sector_t *total_sectors,
total_sectors     583 drivers/md/dm-snap-persistent.c 	*total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev);
total_sectors      64 drivers/md/dm-snap-transient.c 			    sector_t *total_sectors,
total_sectors      69 drivers/md/dm-snap-transient.c 	*total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev);
total_sectors    2330 drivers/md/dm-snap.c 				sector_t total_sectors, sectors_allocated,
total_sectors    2333 drivers/md/dm-snap.c 							 &total_sectors,
total_sectors    2338 drivers/md/dm-snap.c 				       (unsigned long long)total_sectors,
total_sectors    1612 fs/fat/inode.c 	u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors;
total_sectors    1776 fs/fat/inode.c 	total_sectors = bpb.fat_sectors;
total_sectors    1777 fs/fat/inode.c 	if (total_sectors == 0)
total_sectors    1778 fs/fat/inode.c 		total_sectors = bpb.fat_total_sect;
total_sectors    1780 fs/fat/inode.c 	total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus;