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

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

Completed in 106 milliseconds