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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c172 u_int64_t sc_fsize; /* file size in bytes */ member in struct:vn_softc
532 if (offset >= (off_t)vn->sc_fsize) {
533 if (offset > (off_t)vn->sc_fsize) {
541 if ((offset + resid) > (off_t)vn->sc_fsize) {
542 resid = vn->sc_fsize - offset;
612 if (offset >= (off_t)vn->sc_fsize) {
613 if (offset > (off_t)vn->sc_fsize) {
621 if ((offset + resid) > (off_t)vn->sc_fsize) {
622 resid = (off_t)vn->sc_fsize - offset;
988 vn->sc_size = vn->sc_fsize / v
[all...]

Completed in 22 milliseconds