Searched refs:nfs4_time_ntov (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_attr.c | 2590 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 D | nfs4_xdr.c | 1488 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 D | nfs4_subr.c | 477 nfs4_time_ntov(nfstime4 *ntime, timestruc_t *vatime) in nfs4_time_ntov() function
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1464 extern int nfs4_time_ntov(nfstime4 *, timestruc_t *);
|