Home
last modified time | relevance | path

Searched refs:IPS_BLKSIZE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/ips/
H A Dips_disk.c188 info.d_media_blksize = IPS_BLKSIZE; /* mandatory */ in ipsd_attach()
255 command_struct->lba = off / IPS_BLKSIZE; in ipsd_dump()
314 length = (length + IPS_BLKSIZE - 1) / IPS_BLKSIZE; in ipsd_dump_map_sg()
H A Dips_commands.c154 command_struct->lba = bio->bio_offset / IPS_BLKSIZE; in ips_io_request_callback()
155 length = (length + IPS_BLKSIZE - 1)/IPS_BLKSIZE; in ips_io_request_callback()
168 bio->bio_offset / IPS_BLKSIZE, in ips_io_request_callback()
H A Dips.h85 #define IPS_BLKSIZE 512 macro