Searched refs:outoff (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_vnops.c | 2968 vn_write_outvp(struct vnode *outvp, char *dat, off_t outoff, off_t xfer, in vn_write_outvp() argument 2990 xfer2 = vn_skip_hole(outvp, xfer2, &outoff, &xfer, in vn_write_outvp() 3007 error = vn_truncate_locked(outvp, outoff + xfer, in vn_write_outvp() 3019 outoff, UIO_SYSSPACE, IO_NODELOCKED, in vn_write_outvp() 3021 outoff += xfer2; in vn_write_outvp()
|
| H A D | vfs_syscalls.c | 4904 off_t inoff, outoff, *inoffp, *outoffp; in sys_copy_file_range() local 4915 error = copyin(uap->outoffp, &outoff, sizeof(off_t)); in sys_copy_file_range() 4918 outoffp = &outoff; in sys_copy_file_range()
|