Searched refs:ooffset (Results 1 – 2 of 2) sorted by relevance
956 off_t osize, ooffset, noffset; \958 osize = ooffset = noffset = 0; \963 ooffset = (ap)->a_uio->uio_offset; \969 if (noffset > ooffset && !VN_KNLIST_EMPTY((ap)->a_vp)) { \
3291 off_t olen, ooffset; in vn_fallocate() local3304 ooffset = offset; in vn_fallocate()3330 if (olen + ooffset != offset + len) { in vn_fallocate()3332 ooffset, olen, offset, len); in vn_fallocate()