Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsxdr.c99 encode_timeval(__be32 *p, const struct timespec64 *time) in encode_timeval() function
276 p = encode_timeval(p, &stat->atime); in svcxdr_encode_fattr()
279 p = encode_timeval(p, &time); in svcxdr_encode_fattr()
280 encode_timeval(p, &stat->ctime); in svcxdr_encode_fattr()