Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dnfs3xdr.c49 encode_nfstime3(__be32 *p, const struct timespec64 *time) in encode_nfstime3() function
382 p = encode_nfstime3(p, &stat->atime); in svcxdr_encode_fattr3()
383 p = encode_nfstime3(p, &stat->mtime); in svcxdr_encode_fattr3()
384 encode_nfstime3(p, &stat->ctime); in svcxdr_encode_fattr3()
398 p = encode_nfstime3(p, &fhp->fh_pre_mtime); in svcxdr_encode_wcc_attr()
399 encode_nfstime3(p, &fhp->fh_pre_ctime); in svcxdr_encode_wcc_attr()
1245 p = encode_nfstime3(p, &nfs3svc_time_delta); in svcxdr_encode_fsinfo3resok()