Searched refs:total_sectors (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-snap-transient.c63 sector_t *total_sectors,
68 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev);
62 transient_usage(struct dm_exception_store *store, sector_t *total_sectors, sector_t *sectors_allocated, sector_t *metadata_sectors) argument
H A Ddm-exception-store.h107 sector_t *total_sectors, sector_t *sectors_allocated,
H A Ddm-snap-persistent.c520 sector_t *total_sectors,
527 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev);
519 persistent_usage(struct dm_exception_store *store, sector_t *total_sectors, sector_t *sectors_allocated, sector_t *metadata_sectors) argument
H A Ddm-snap.c1868 sector_t total_sectors, sectors_allocated, local
1871 &total_sectors,
1876 (unsigned long long)total_sectors,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc_drv.c849 sector_t total_sectors = capacity; local
858 if (total_sectors > (65535 * 16 * 255))
859 total_sectors = (65535 * 16 * 255);
861 if (total_sectors >= (65535 * 16 * 63)) {
865 cylinder_times_heads = total_sectors;
871 cylinder_times_heads = total_sectors;
888 cylinder_times_heads = total_sectors;
901 cylinder_times_heads = total_sectors;
H A Dblkvsc_drv.c1358 sector_t total_sectors = get_capacity(bd->bd_disk); local
1367 if (total_sectors > (65535 * 16 * 255))
1368 total_sectors = (65535 * 16 * 255);
1370 if (total_sectors >= (65535 * 16 * 63)) {
1374 cylinder_times_heads = total_sectors;
1380 cylinder_times_heads = total_sectors;
1398 cylinder_times_heads = total_sectors;
1411 cylinder_times_heads = total_sectors;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c1241 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; local
1420 total_sectors = get_unaligned_le16(&b->sectors);
1421 if (total_sectors == 0)
1422 total_sectors = le32_to_cpu(b->total_sect);
1424 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus;

Completed in 143 milliseconds