Searched refs:io_devblocksize (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmount.h488 u_int32_t io_devblocksize; /* the underlying device block size */ member in struct:vfsioattr
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c746 ioattrp->io_devblocksize = DEV_BSIZE;
755 ioattrp->io_devblocksize = mp->mnt_devblocksize;
777 mp->mnt_devblocksize = ioattrp->io_devblocksize;

Completed in 35 milliseconds