Searched refs:last_lba (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Defi.c89 * - Fixed the last_lba() call to return the proper last block
135 * last_lba(): return number of last logical block of device
143 static u64 last_lba(struct block_device *bdev) function
198 if (!buffer || lba > last_lba(bdev))
336 lastlba = last_lba(state->bdev);
520 lastlba = last_lba(state->bdev);
621 if (!is_pte_valid(&ptes[i], last_lba(state->bdev)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-scsi.c2381 u64 last_lba = dev->n_sectors - 1; /* LBA of the last block */ local
2401 if (last_lba >= 0xffffffffULL)
2402 last_lba = 0xffffffff;
2405 rbuf[0] = last_lba >> (8 * 3);
2406 rbuf[1] = last_lba >> (8 * 2);
2407 rbuf[2] = last_lba >> (8 * 1);
2408 rbuf[3] = last_lba;
2415 rbuf[0] = last_lba >> (8 * 7);
2416 rbuf[1] = last_lba >> (8 * 6);
2417 rbuf[2] = last_lba >> (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcdrom.h796 __u32 last_lba; member in struct:rwrt_feature_desc

Completed in 159 milliseconds