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

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

Completed in 100 milliseconds