Searched refs:inoff (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c1059 uint64_t inoff, outoff, len, done; local
1072 inoff = *inoffp;
1147 if (inoff >= inzp->z_size) {
1152 if (len > inzp->z_size - inoff) {
1153 len = inzp->z_size - inoff;
1184 if (inoff < outoff + len && outoff < inoff + len) {
1191 if (zn_has_cached_data(inzp, inoff, inoff + len - 1))
1197 if (inzp < outzp || (inzp == outzp && inoff < outof
[all...]
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5601 off_t inoff, outoff; local
5648 inoff = fxdr_hyper(tl); tl += 2;
5649 inlop->lo_first = inoff;
5671 if (nd->nd_repstat == 0 && (inoff > OFF_MAX || outoff > OFF_MAX ||
5724 rl_rcookie = vn_rangelock_tryrlock(vp, inoff,
5729 rl_rcookie = vn_rangelock_tryrlock(vp, inoff,
5730 inoff + len);
5736 rl_rcookie = vn_rangelock_rlock(vp, inoff,
5739 rl_rcookie = vn_rangelock_rlock(vp, inoff,
5740 inoff
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clvnops.c3804 off_t inoff, outoff; local
3908 inoff = *ap->a_inoffp;
3925 if (inoff >= vap->va_size) {
3943 } else if (inoff + len > vap->va_size)
3944 *ap->a_lenp = len = vap->va_size - inoff;
4009 *ap->a_inoffp = inoff;
4035 *ap->a_inoffp = inoff;
H A Dnfs_clrpcops.c8779 nfsrpc_copyrpc(vnode_t invp, off_t inoff, vnode_t outvp, off_t outoff, argument
8841 txdr_hyper(inoff, tl); tl += 2;
/freebsd-current/sys/compat/linux/
H A Dlinux_file.c1714 l_loff_t inoff, outoff, *inoffp, *outoffp; local
1729 error = copyin(args->off_in, &inoff, sizeof(l_loff_t));
1732 inoffp = &inoff;
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c5023 off_t inoff, outoff, *inoffp, *outoffp; local
5028 error = copyin(uap->inoffp, &inoff, sizeof(off_t));
5031 inoffp = &inoff;

Completed in 299 milliseconds