Home
last modified time | relevance | path

Searched refs:hasnewoff (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5187 int error = 0, hasnewoff, hasnewmtime, layouttype, maxcnt, reclaim; in nfsrvd_layoutcommit() local
5218 hasnewoff = fxdr_unsigned(int, *tl); in nfsrvd_layoutcommit()
5219 if (hasnewoff != 0) { in nfsrvd_layoutcommit()
5244 nd->nd_repstat = nfsrv_layoutcommit(nd, vp, layouttype, hasnewoff, in nfsrvd_layoutcommit()
H A Dnfs_nfsdstate.c6600 int hasnewoff, uint64_t newoff, uint64_t offset, uint64_t len, in nfsrv_layoutcommit() argument