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.h173 #ifndef BLKDEV_IOSIZE
174 #define BLKDEV_IOSIZE PAGE_SIZE /* default block device I/O size */ macro
/freebsd/sys/kern/
H A Dvfs_default.c844 iosize = BLKDEV_IOSIZE; in vop_stdallocate()
963 iosize = BLKDEV_IOSIZE; in vp_zerofill()
/freebsd/sys/conf/
H A Doptions598 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.c5105 * use BLKDEV_IOSIZE. in nfsrv_proxyds()
5108 BLKDEV_IOSIZE - 1) & ~(BLKDEV_IOSIZE - 1); in nfsrv_proxyds()