Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnfs3xdr.c495 static __be32 *xdr_decode_nfstime3(__be32 *p, struct timespec *timep) in xdr_decode_nfstime3() function
680 p = xdr_decode_nfstime3(p, &fattr->atime); in decode_fattr3()
681 p = xdr_decode_nfstime3(p, &fattr->mtime); in decode_fattr3()
682 xdr_decode_nfstime3(p, &fattr->ctime); in decode_fattr3()
745 p = xdr_decode_nfstime3(p, &fattr->pre_mtime); in decode_wcc_attr()
746 xdr_decode_nfstime3(p, &fattr->pre_ctime); in decode_wcc_attr()
2262 xdr_decode_nfstime3(p, &result->time_delta); in decode_fsinfo3resok()