Home
last modified time | relevance | path

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

/plan9/sys/src/libsunrpc/
H A Dnfs3.c868 fmtprint(fmt, "%d", x->checkCtime); in nfs3TSetattrPrint()
870 switch(x->checkCtime){ in nfs3TSetattrPrint()
884 switch(x->checkCtime){ in nfs3TSetattrSize()
896 if(sunUint1Pack(a, ea, &a, &x->checkCtime) < 0) goto Err; in nfs3TSetattrPack()
897 switch(x->checkCtime){ in nfs3TSetattrPack()
913 if(sunUint1Unpack(a, ea, &a, &x->checkCtime) < 0) goto Err; in nfs3TSetattrUnpack()
914 switch(x->checkCtime){ in nfs3TSetattrUnpack()
/plan9/sys/include/
H A Dnfs3.h419 u1int checkCtime; member