Searched refs:total_sectors (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/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 | 107 sector_t *total_sectors, sector_t *sectors_allocated,
|
D | dm-snap-persistent.c | 524 sector_t *total_sectors, in persistent_usage() argument 531 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in persistent_usage()
|
D | dm-snap.c | 1922 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/ |
D | inode.c | 1264 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/ |
D | snapshot.txt | 130 <sectors_allocated>/<total_sectors> <metadata_sectors> 132 Both <sectors_allocated> and <total_sectors> include both data and metadata.
|