get_capacity 617 block/genhd.c if (get_capacity(disk) == 0 ||
get_capacity 713 block/genhd.c if (!get_capacity(sgp) || (!disk_partitionable(sgp) &&
get_capacity 893 fs/block_dev.c disk_size = (loff_t)get_capacity(disk) << 9;
get_capacity 1035 fs/block_dev.c bd_set_size(bdev,(loff_t)get_capacity(disk)<<9);
get_capacity 558 fs/partitions/acorn.c size = get_capacity(bdev->bd_disk);
get_capacity 470 fs/partitions/check.c if (!get_capacity(disk))
get_capacity 517 fs/partitions/check.c if (!get_capacity(disk) || !(state = check_partition(disk, bdev)))
get_capacity 541 fs/partitions/check.c if (from + size > get_capacity(disk)) {