Home
last modified time | relevance | path

Searched refs:ooffset (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dvnode.h956 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)) { \
/f-stack/freebsd/kern/
H A Dvfs_vnops.c3291 off_t olen, ooffset; in vn_fallocate() local
3304 ooffset = offset; in vn_fallocate()
3330 if (olen + ooffset != offset + len) { in vn_fallocate()
3332 ooffset, olen, offset, len); in vn_fallocate()