Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs2xdr.c238 static __be32 *xdr_decode_time(__be32 *p, struct timespec64 *timep) in xdr_decode_time() function
304 p = xdr_decode_time(p, &fattr->atime); in decode_fattr()
305 p = xdr_decode_time(p, &fattr->mtime); in decode_fattr()
306 xdr_decode_time(p, &fattr->ctime); in decode_fattr()