Home
last modified time | relevance | path

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.c2590 error = nfs4_time_ntov(&na->time_access, &atime); in rfs4_fattr4_time_access()
2636 error = nfs4_time_ntov(&ta->time, &sarg->vap->va_atime); in rfs4_fattr4_time_access_set()
2734 error = nfs4_time_ntov(&na->time_metadata, &ctime); in rfs4_fattr4_time_metadata()
2778 error = nfs4_time_ntov(&na->time_modify, &mtime); in rfs4_fattr4_time_modify()
2824 error = nfs4_time_ntov(&tm->time, &sarg->vap->va_mtime); in rfs4_fattr4_time_modify_set()
H A Dnfs4_xdr.c1488 error = nfs4_time_ntov(&atime, &vap->va_atime); in xdr_ga_fattr_res()
1518 error = nfs4_time_ntov(&mdt, &vap->va_ctime); in xdr_ga_fattr_res()
1534 error = nfs4_time_ntov(&mtime, &vap->va_mtime); in xdr_ga_fattr_res()
2083 error = nfs4_time_ntov(&atime, &vap->va_atime); in xdr_ga_fattr_res_inline()
2110 error = nfs4_time_ntov(&mdt, &vap->va_ctime); in xdr_ga_fattr_res_inline()
2124 error = nfs4_time_ntov(&mtime, &vap->va_mtime); in xdr_ga_fattr_res_inline()
H A Dnfs4_subr.c477 nfs4_time_ntov(nfstime4 *ntime, timestruc_t *vatime) in nfs4_time_ntov() function
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1464 extern int nfs4_time_ntov(nfstime4 *, timestruc_t *);