Home
last modified time | relevance | path

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

/freebsd/tools/build/cross-build/include/common/sys/
H A Dparam.h43 #ifndef BLKDEV_IOSIZE
44 #define BLKDEV_IOSIZE PAGE_SIZE /* default block device I/O size */ macro
/freebsd/sys/sys/
H A Dparam.h170 #ifndef BLKDEV_IOSIZE
171 #define BLKDEV_IOSIZE PAGE_SIZE /* default block device I/O size */ macro
/freebsd/sys/kern/
H A Dvfs_default.c837 iosize = BLKDEV_IOSIZE; in vop_stdallocate()
956 iosize = BLKDEV_IOSIZE; in vp_zerofill()
/freebsd/sys/conf/
H A Doptions604 BLKDEV_IOSIZE opt_global.h
H A DNOTES114 # BLKDEV_IOSIZE sets the default block size used in user block
119 options BLKDEV_IOSIZE=8192
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4934 BLKDEV_IOSIZE - 1) & ~(BLKDEV_IOSIZE - 1); in nfsrv_proxyds()