Home
last modified time | relevance | path

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

/src/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5157 int error = 0, hasnewoff, hasnewmtime, layouttype, maxcnt, reclaim; in nfsrvd_layoutcommit() local
5194 hasnewmtime = fxdr_unsigned(int, *tl); in nfsrvd_layoutcommit()
5195 if (hasnewmtime != 0) { in nfsrvd_layoutcommit()
5215 newoff, offset, len, hasnewmtime, &newmtime, reclaim, &stateid, in nfsrvd_layoutcommit()
H A Dnfs_nfsdstate.c6797 int hasnewmtime, struct timespec *newmtimep, int reclaim, in nfsrv_layoutcommit() argument