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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c173 u_int64_t sc_size; /* size of vn, sc_secsize scale */
175 u_int32_t sc_secsize; /* sector size */ member in struct:vn_softc
292 u_int32_t blocksize = vn->sc_secsize;
356 tmpbuf = _MALLOC(vn->sc_secsize, M_TEMP, M_WAITOK);
362 tmpbuf, (off_t)file_block * vn->sc_secsize,
363 vn->sc_secsize, NULL);
369 tmpbuf, (off_t)shadow_block * vn->sc_secsize,
370 vn->sc_secsize, NULL);
385 u_int32_t blocksize = vn->sc_secsize;
430 * vn->sc_secsize;
[all...]

Completed in 72 milliseconds