Searched refs:outoff (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_vnops.c | 1065 uint64_t inoff, outoff, len, done; in zfs_clone_range() local 1079 outoff = *outoffp; in zfs_clone_range() 1190 if (inoff < outoff + len && outoff < inoff + len) { in zfs_clone_range() 1238 if (outoff != 0 && !ISP2(inblksz)) { in zfs_clone_range() 1272 error = zn_rlimit_fsize(outoff + len); in zfs_clone_range() 1277 if (inoff >= MAXOFFSET_T || outoff >= MAXOFFSET_T) { in zfs_clone_range() 1378 zfs_rangelock_reduce(outlr, outoff, in zfs_clone_range() 1389 if (zn_has_cached_data(outzp, outoff, outoff + size - 1)) { in zfs_clone_range() 1390 update_pages(outzp, outoff, size, outos); in zfs_clone_range() 1404 outoff + size); in zfs_clone_range() [all …]
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_file.c | 1716 l_loff_t inoff, outoff, *inoffp, *outoffp; in linux_copy_file_range() local 1737 error = copyin(args->off_out, &outoff, sizeof(l_loff_t)); in linux_copy_file_range() 1740 outoffp = &outoff; in linux_copy_file_range()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_vnops.c | 3268 vn_write_outvp(struct vnode *outvp, char *dat, off_t outoff, off_t xfer, in vn_write_outvp() argument 3290 xfer2 = vn_skip_hole(outvp, xfer2, &outoff, &xfer, in vn_write_outvp() 3307 error = vn_truncate_locked(outvp, outoff + xfer, in vn_write_outvp() 3315 outoff, UIO_SYSSPACE, IO_NODELOCKED, in vn_write_outvp() 3317 outoff += xfer2; in vn_write_outvp()
|
| H A D | vfs_syscalls.c | 5026 off_t inoff, outoff, *inoffp, *outoffp; in sys_copy_file_range() local 5037 error = copyin(uap->outoffp, &outoff, sizeof(off_t)); in sys_copy_file_range() 5040 outoffp = &outoff; in sys_copy_file_range()
|
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clvnops.c | 3810 off_t inoff, outoff; in nfs_copy_file_range() local 3915 outoff = *ap->a_outoffp; in nfs_copy_file_range() 3990 error = ncl_commit(outvp, outoff, *ap->a_lenp, in nfs_copy_file_range() 4016 *ap->a_outoffp = outoff; in nfs_copy_file_range() 4042 *ap->a_outoffp = outoff; in nfs_copy_file_range()
|
| H A D | nfs_clrpcops.c | 8862 nfsrpc_copyrpc(vnode_t invp, off_t inoff, vnode_t outvp, off_t outoff, in nfsrpc_copyrpc() argument 8925 txdr_hyper(outoff, tl); tl += 2; in nfsrpc_copyrpc()
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 5601 off_t inoff, outoff; in nfsrvd_copy_file_range() local 5650 outoff = fxdr_hyper(tl); tl += 2; in nfsrvd_copy_file_range() 5651 outlop->lo_first = outoff; in nfsrvd_copy_file_range() 5671 if (nd->nd_repstat == 0 && (inoff > OFF_MAX || outoff > OFF_MAX || in nfsrvd_copy_file_range() 5722 rl_wcookie = vn_rangelock_wlock(tovp, outoff, in nfsrvd_copy_file_range() 5727 rl_wcookie = vn_rangelock_wlock(tovp, outoff, in nfsrvd_copy_file_range() 5728 outoff + len); in nfsrvd_copy_file_range() 5789 nd->nd_repstat = vn_copy_file_range(vp, &inoff, tovp, &outoff, in nfsrvd_copy_file_range()
|