Home
last modified time | relevance | path

Searched refs:setMtime (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/libsunrpc/
H A Dnfs3.c552 fmtprint(fmt, "%s", nfs3SetTimeStr(x->setMtime)); in nfs3SetAttrPrint()
554 switch(x->setMtime){ in nfs3SetAttrPrint()
598 switch(x->setMtime){ in nfs3SetAttrSize()
640 if(i=x->setMtime, sunEnumPack(a, ea, &a, &i) < 0) goto Err; in nfs3SetAttrPack()
641 switch(x->setMtime){ in nfs3SetAttrPack()
687 if(sunEnumUnpack(a, ea, &a, &i) < 0) goto Err; x->setMtime = i; in nfs3SetAttrUnpack()
688 switch(x->setMtime){ in nfs3SetAttrUnpack()
/plan9/sys/include/
H A Dnfs3.h392 Nfs3SetTime setMtime; member
/plan9/sys/src/cmd/
H A Dnfs.c1300 attr.setMtime = Nfs3SetTimeClient; in fswstat()