Searched refs:nfs4_time_ntov (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_attr.c | 2551 error = nfs4_time_ntov(&na->time_access, &atime); in rfs4_fattr4_time_access() 2597 error = nfs4_time_ntov(&ta->time, &sarg->vap->va_atime); in rfs4_fattr4_time_access_set() 2695 error = nfs4_time_ntov(&na->time_metadata, &ctime); in rfs4_fattr4_time_metadata() 2739 error = nfs4_time_ntov(&na->time_modify, &mtime); in rfs4_fattr4_time_modify() 2785 error = nfs4_time_ntov(&tm->time, &sarg->vap->va_mtime); in rfs4_fattr4_time_modify_set()
|
H A D | nfs4_xdr.c | 1414 error = nfs4_time_ntov(&atime, &vap->va_atime); in xdr_ga_fattr_res() 1444 error = nfs4_time_ntov(&mdt, &vap->va_ctime); in xdr_ga_fattr_res() 1460 error = nfs4_time_ntov(&mtime, &vap->va_mtime); in xdr_ga_fattr_res() 2010 error = nfs4_time_ntov(&atime, &vap->va_atime); in xdr_ga_fattr_res_inline() 2037 error = nfs4_time_ntov(&mdt, &vap->va_ctime); in xdr_ga_fattr_res_inline() 2051 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
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1319 extern int nfs4_time_ntov(nfstime4 *, timestruc_t *);
|