Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfsxdr.c87 encode_timeval(__be32 *p, const struct timespec64 *time) in encode_timeval() function
262 p = encode_timeval(p, &stat->atime); in svcxdr_encode_fattr()
265 p = encode_timeval(p, &time); in svcxdr_encode_fattr()
266 encode_timeval(p, &stat->ctime); in svcxdr_encode_fattr()