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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dshadow.c694 u_long this_offset; local
699 &this_offset,
702 offset, resid, this_offset, this_count);
713 u_long 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_long this_offset; local
668 &this_offset, &this_resid);
676 (off_t)this_offset * blocksize,
710 u_long this_offset; local
715 &this_offset, &this_resid);
727 (off_t)this_offset * blocksize,

Completed in 71 milliseconds