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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dblkvsc_drv.c79 sector_t sector_start; member in struct:blkvsc_request
794 if (blkvsc_req->sector_start > 0xffffffff) {
807 cpu_to_be64(blkvsc_req->sector_start);
811 (blkvsc_req->sector_start > 0x1fffff)) {
824 cpu_to_be32(blkvsc_req->sector_start);
837 cpu_to_be32(blkvsc_req->sector_start) >> 8;
861 (unsigned long) blkvsc_req->sector_start,
951 blkvsc_req->sector_start = start_sector;
952 sector_div(blkvsc_req->sector_start, (blkdev->sector_size >> 9));
1016 blkvsc_req->sector_start
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddm-ioctl.h153 __u64 sector_start; member in struct:dm_target_spec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-ioctl.c1003 spec->sector_start = ti->begin;
1123 (sector_t) spec->sector_start,

Completed in 61 milliseconds