Searched refs:xdr_decode_time (Results 1 – 1 of 1) sorted by relevance
251 static __be32 *xdr_decode_time(__be32 *p, struct timespec *timep) in xdr_decode_time() function316 p = xdr_decode_time(p, &fattr->atime); in decode_fattr()317 p = xdr_decode_time(p, &fattr->mtime); in decode_fattr()318 xdr_decode_time(p, &fattr->ctime); in decode_fattr()