Home
last modified time | relevance | path

Searched defs:timep (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dnfs2xdr.c209 static __be32 *xdr_encode_time(__be32 *p, const struct timespec64 *timep) in xdr_encode_time()
227 const struct timespec64 *timep) in xdr_encode_current_server_time()
234 static __be32 *xdr_decode_time(__be32 *p, struct timespec64 *timep) in xdr_decode_time()
H A Dnfs3xdr.c459 static __be32 *xdr_encode_nfstime3(__be32 *p, const struct timespec64 *timep) in xdr_encode_nfstime3()
466 static __be32 *xdr_decode_nfstime3(__be32 *p, struct timespec64 *timep) in xdr_decode_nfstime3()
/linux/fs/nfsd/
H A Dnfs3xdr.c58 svcxdr_decode_nfstime3(struct xdr_stream *xdr, struct timespec64 *timep) in svcxdr_decode_nfstime3()