Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs3xdr.c496 static __be32 *xdr_decode_nfstime3(__be32 *p, struct timespec *timep) in xdr_decode_nfstime3() function
681 p = xdr_decode_nfstime3(p, &fattr->atime); in decode_fattr3()
682 p = xdr_decode_nfstime3(p, &fattr->mtime); in decode_fattr3()
683 xdr_decode_nfstime3(p, &fattr->ctime); in decode_fattr3()
746 p = xdr_decode_nfstime3(p, &fattr->pre_mtime); in decode_wcc_attr()
747 xdr_decode_nfstime3(p, &fattr->pre_ctime); in decode_wcc_attr()
2263 xdr_decode_nfstime3(p, &result->time_delta); in decode_fsinfo3resok()