Searched refs:this_offset (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/dev/vn/ |
| H A D | shadow.c | 691 uint32_t this_offset; in main() local 696 &this_offset, in main() 699 offset, resid, this_offset, this_count); in main() 710 uint32_t this_offset; in main() local 715 &this_offset, in main() 718 offset, resid, this_offset, this_count, in main()
|
| H A D | vn.c | 308 off_t this_offset; in vnread_shadow() local 324 this_offset = this_block_number * blocksize + remainder; in vnread_shadow() 325 uio_setoffset(uio, this_offset); in vnread_shadow() 656 off_t this_offset; in shadow_read() local 662 &this_offset, &this_resid); in shadow_read() 669 this_offset * blocksize, in shadow_read() 703 off_t this_offset; in shadow_write() local 708 &this_offset, &this_resid); in shadow_write() 720 this_offset * blocksize, in shadow_write()
|