| /src/sys/compat/linux32/common/ | 
| linux32_fcntl.c | 158 		syscallarg(uint32_t) offhi; 162 	off_t off = ((off_t)SCARG(uap, offhi) << 32) + SCARG(uap, offlo);
 176 		syscallarg(uint32_t) offhi;
 181 	off_t off = ((off_t)SCARG(uap, offhi) << 32) + SCARG(uap, offlo);
 
 | 
| /src/sys/rump/librump/rumpvfs/ | 
| rumpvnode_if.c | 357     off_t offhi) 362 	error = VOP_FSYNC(vp, cred, flags, offlo, offhi);
 686     off_t offhi,
 692 	error = VOP_PUTPAGES(vp, offlo, offhi, flags);
 
 | 
| /src/sys/fs/puffs/ | 
| puffs_msgif.c | 877 	voff_t offlo, offhi;  local in function:puffsop_flush 938 		offhi = round_page(pf->pf_end);
 939 		if (offhi != 0 && offlo >= offhi) {
 945 		rv = VOP_PUTPAGES(vp, offlo, offhi, flags);
 
 | 
| puffs_vnops.c | 1634 flushvncache(struct vnode *vp, off_t offlo, off_t offhi, bool wait) 1658 	return VOP_PUTPAGES(vp, trunc_page(offlo), round_page(offhi), pflags);
 
 | 
| /src/sys/uvm/ | 
| uvm_vnode.c | 148 uvn_put(struct uvm_object *uobj, voff_t offlo, voff_t offhi, int flags) 154 	error = VOP_PUTPAGES(vp, offlo, offhi, flags);
 
 | 
| /src/lib/libpuffs/ | 
| null.c | 409 	off_t offlo, off_t offhi) 446 		if (fsync_range(fd, fflags, offlo, offhi - offlo) == -1)
 
 | 
| /src/sys/kern/ | 
| vnode_if.c | 1128     off_t offhi) 1139 	a.a_offhi = offhi;
 1967     voff_t offhi,
 1977 	a.a_offhi = offhi;
 
 | 
| /src/lib/libp2k/ | 
| p2k.c | 964 	const struct puffs_cred *pcr, int flags, off_t offlo, off_t offhi) 976 	rv = RUMP_VOP_FSYNC(vp, cred, flags, offlo, offhi);
 
 | 
| /src/sys/compat/linux32/arch/amd64/ | 
| linux32_syscallargs.h | 841 	syscallarg(uint32_t) offhi; 934 	syscallarg(uint32_t) offhi;
 
 | 
| linux32_systrace_args.c | 1595 		uarg[2] = SCARG(p, offhi); /* uint32_t */ 1730 		uarg[2] = SCARG(p, offhi); /* uint32_t */
 
 | 
| /src/sys/fs/tmpfs/ | 
| tmpfs_vnops.c | 1290 	const voff_t offhi = ap->a_offhi;  local in function:tmpfs_putpages 1307 	error = (*uobj->pgops->pgo_put)(uobj, offlo, offhi, flags);
 
 | 
| /src/share/examples/puffs/pgfs/ | 
| pgfs_puffs.c | 1153     const struct puffs_cred *pcr, int flags, off_t offlo, off_t offhi) 
 | 
| /src/sys/compat/linux32/arch/aarch64/ | 
| linux32_syscallargs.h | 899 	syscallarg(uint32_t) offhi; 
 | 
| linux32_systrace_args.c | 1673 		uarg[2] = SCARG(p, offhi); /* uint32_t */ 
 | 
| /src/lib/libperfuse/ | 
| ops.c | 1989 	const struct puffs_cred *pcr, int flags, off_t offlo, off_t offhi) 
 |