Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daac_disk.c288 bw->BlockNumber = offset / AAC_BLOCK_SIZE; in aac_disk_dump()
299 bw->BlockNumber = offset / AAC_BLOCK_SIZE; in aac_disk_dump()
300 bw->SectorCount = len / AAC_BLOCK_SIZE; in aac_disk_dump()
416 (intmax_t)sc->ad_size / ((1024 * 1024) / AAC_BLOCK_SIZE), in aac_disk_attach()
419 AAC_BLOCK_SIZE, DEVSTAT_NO_ORDERED_TAGS, in aac_disk_attach()
436 info.d_media_blksize= AAC_BLOCK_SIZE; /* mandatory */ in aac_disk_attach()
H A Daac.c1216 raw->BlockNumber = bio->bio_offset / AAC_BLOCK_SIZE; in aac_bio_command()
1237 br->BlockNumber = bio->bio_offset / AAC_BLOCK_SIZE; in aac_bio_command()
1247 bw->BlockNumber = bio->bio_offset / AAC_BLOCK_SIZE; in aac_bio_command()
1261 br->SectorCount = bp->b_bcount / AAC_BLOCK_SIZE; in aac_bio_command()
1262 br->BlockNumber = bio->bio_offset / AAC_BLOCK_SIZE; in aac_bio_command()
1273 bw->SectorCount = bp->b_bcount / AAC_BLOCK_SIZE; in aac_bio_command()
1274 bw->BlockNumber = bio->bio_offset / AAC_BLOCK_SIZE; in aac_bio_command()
H A Daacreg.h43 #define AAC_BLOCK_SIZE 512 macro