Searched refs:encode_time3 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs3xdr.c42 encode_time3(__be32 *p, struct timespec *time) function
195 p = encode_time3(p, &stat->atime);
197 p = encode_time3(p, &time);
198 p = encode_time3(p, &stat->ctime);
226 p = encode_time3(p, &fhp->fh_post_atime);
227 p = encode_time3(p, &fhp->fh_post_mtime);
228 p = encode_time3(p, &fhp->fh_post_ctime);
275 p = encode_time3(p, &fhp->fh_pre_mtime);
276 p = encode_time3(p, &fhp->fh_pre_ctime);

Completed in 143 milliseconds