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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c2551 error = nfs4_time_ntov(&na->time_access, &atime);
2597 error = nfs4_time_ntov(&ta->time, &sarg->vap->va_atime);
2695 error = nfs4_time_ntov(&na->time_metadata, &ctime);
2739 error = nfs4_time_ntov(&na->time_modify, &mtime);
2785 error = nfs4_time_ntov(&tm->time, &sarg->vap->va_mtime);
H A Dnfs4_xdr.c1414 error = nfs4_time_ntov(&atime, &vap->va_atime);
1444 error = nfs4_time_ntov(&mdt, &vap->va_ctime);
1460 error = nfs4_time_ntov(&mtime, &vap->va_mtime);
2009 error = nfs4_time_ntov(&atime, &vap->va_atime);
2036 error = nfs4_time_ntov(&mdt, &vap->va_ctime);
2050 error = nfs4_time_ntov(&mtime, &vap->va_mtime);
H A Dnfs4_subr.c477 nfs4_time_ntov(nfstime4 *ntime, timestruc_t *vatime) function
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1318 extern int nfs4_time_ntov(nfstime4 *, timestruc_t *);

Completed in 84 milliseconds