Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfs/
Dnfs3xdr.c498 static __be32 *xdr_decode_nfstime3(__be32 *p, struct timespec *timep) in xdr_decode_nfstime3() function
675 p = xdr_decode_nfstime3(p, &fattr->atime); in decode_fattr3()
676 p = xdr_decode_nfstime3(p, &fattr->mtime); in decode_fattr3()
677 xdr_decode_nfstime3(p, &fattr->ctime); in decode_fattr3()
732 p = xdr_decode_nfstime3(p, &fattr->pre_mtime); in decode_wcc_attr()
733 xdr_decode_nfstime3(p, &fattr->pre_ctime); in decode_wcc_attr()
2206 xdr_decode_nfstime3(p, &result->time_delta); in decode_fsinfo3resok()