Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs3xdr.c469 static __be32 *xdr_decode_nfstime3(__be32 *p, struct timespec64 *timep) in xdr_decode_nfstime3() function
652 p = xdr_decode_nfstime3(p, &fattr->atime); in decode_fattr3()
653 p = xdr_decode_nfstime3(p, &fattr->mtime); in decode_fattr3()
654 xdr_decode_nfstime3(p, &fattr->ctime); in decode_fattr3()
712 p = xdr_decode_nfstime3(p, &fattr->pre_mtime); in decode_wcc_attr()
713 xdr_decode_nfstime3(p, &fattr->pre_ctime); in decode_wcc_attr()
2217 xdr_decode_nfstime3(p, &result->time_delta); in decode_fsinfo3resok()