Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Ddm-snap-transient.c64 sector_t *total_sectors, in transient_usage() argument
69 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_usage()
Ddm-exception-store.h107 sector_t *total_sectors, sector_t *sectors_allocated,
Ddm-snap-persistent.c524 sector_t *total_sectors, in persistent_usage() argument
531 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in persistent_usage()
Ddm-snap.c1922 sector_t total_sectors, sectors_allocated, in snapshot_status() local
1925 &total_sectors, in snapshot_status()
1930 (unsigned long long)total_sectors, in snapshot_status()
/linux-3.4.99/fs/fat/
Dinode.c1264 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; in fat_fill_super() local
1439 total_sectors = get_unaligned_le16(&b->sectors); in fat_fill_super()
1440 if (total_sectors == 0) in fat_fill_super()
1441 total_sectors = le32_to_cpu(b->total_sect); in fat_fill_super()
1443 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus; in fat_fill_super()
/linux-3.4.99/Documentation/device-mapper/
Dsnapshot.txt130 <sectors_allocated>/<total_sectors> <metadata_sectors>
132 Both <sectors_allocated> and <total_sectors> include both data and metadata.