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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c694 uint32_t this_offset; local
699 &this_offset,
702 offset, resid, this_offset, this_count);
713 uint32_t this_offset; local
718 &this_offset,
721 offset, resid, this_offset, this_count,
H A Dvn.c306 off_t this_offset; local
323 this_offset = (off_t)this_block_number * blocksize + remainder;
324 uio_setoffset(uio, this_offset);
662 u_int32_t this_offset; local
668 &this_offset, &this_resid);
676 (off_t)this_offset * blocksize,
710 u_int32_t this_offset; local
715 &this_offset, &this_resid);
727 (off_t)this_offset * blocksize,

Completed in 122 milliseconds