Home
last modified time | relevance | path

Searched refs:txdr_hyper (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/nfs/
H A Dnfs_srvsubs.c250 txdr_hyper(before_vap->va_size, tl); in nfsm_srvwcc()
288 txdr_hyper(vap->va_size, &fp->fa3_size); in nfsm_srvfattr()
289 txdr_hyper(vap->va_bytes, &fp->fa3_used); in nfsm_srvfattr()
294 txdr_hyper(vap->va_fileid, &fp->fa3_fileid); in nfsm_srvfattr()
H A Dxdr_subs.h81 #define txdr_hyper(f, t) do { \ macro
H A Dnfs_serv.c2511 txdr_hyper(at.va_filerev, tl); in nfsrv_readdir()
2549 txdr_hyper(at.va_filerev, tl); in nfsrv_readdir()
2572 txdr_hyper(dp->d_fileno, tl); in nfsrv_readdir()
2582 txdr_hyper(dp->d_off, tl); in nfsrv_readdir()
2726 txdr_hyper(at.va_filerev, tl); in nfsrv_readdirplus()
2771 txdr_hyper(at.va_filerev, tl); in nfsrv_readdirplus()
2825 txdr_hyper(dp->d_fileno, tl); in nfsrv_readdirplus()
2994 txdr_hyper(tval, &sfp->sf_tbytes); in nfsrv_statfs()
2997 txdr_hyper(tval, &sfp->sf_fbytes); in nfsrv_statfs()
3000 txdr_hyper(tval, &sfp->sf_abytes); in nfsrv_statfs()
[all …]
H A Dnfs_vnops.c1209 txdr_hyper(uiop->uio_offset, tl); in nfs_readrpc()
1288 txdr_hyper(uiop->uio_offset, tl); in nfs_writerpc()
2335 txdr_hyper(uiop->uio_offset, &cookie.nfsuquad[0]); in nfs_readdirrpc()
2550 txdr_hyper(uiop->uio_offset, &cookie.nfsuquad[0]); in nfs_readdirplusrpc()
2946 txdr_hyper(offset, tl); in nfs_commit()
H A Dnfs_subs.c1411 txdr_hyper(a->va_size, tl); in nfsm_v3attrbuild()