Searched defs:ufs_directio_zero_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c92 static void *ufs_directio_zero_buf; variable
178 ufs_directio_zero_buf = kmem_zalloc(ufs_directio_zero_len, KM_SLEEP);
806 error = uiomove(ufs_directio_zero_buf, nzero, UIO_READ,

Completed in 57 milliseconds