Home
last modified time | relevance | path

Searched refs:BLKDEV_IOSIZE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Dparam.h118 #ifndef BLKDEV_IOSIZE
119 #define BLKDEV_IOSIZE PAGE_SIZE /* default block device I/O size */ macro
/dragonfly/sys/kern/
H A Dvfs_vnops.c944 if (sb->st_blksize < BLKDEV_IOSIZE) in vn_stat()
945 sb->st_blksize = BLKDEV_IOSIZE; in vn_stat()
H A Dvfs_default.c1361 iosize = BLKDEV_IOSIZE; in vop_stdallocate()
/dragonfly/sys/dev/raid/vinum/
H A Dvinumio.c118 drive->blocksize = BLKDEV_IOSIZE; /* do we need this? */ in set_drive_parms()
/dragonfly/sys/conf/
H A Doptions417 BLKDEV_IOSIZE opt_global.h
/dragonfly/sys/config/
H A DLINT6486 # BLKDEV_IOSIZE sets the default block size used in user block
91 options BLKDEV_IOSIZE=8192