Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_client.c166 if (np->r_attr.fa_mtime.tv_sec != fap->fa_mtime.tv_sec || in smbfs_cache_check()
167 np->r_attr.fa_mtime.tv_nsec != fap->fa_mtime.tv_nsec) in smbfs_cache_check()
252 if (fap->fa_mtime.tv_sec != np->r_attr.fa_mtime.tv_sec || in smbfs_attrcache_fa()
253 fap->fa_mtime.tv_nsec != np->r_attr.fa_mtime.tv_nsec || in smbfs_attrcache_fa()
498 vap->va_mtime = fa->fa_mtime; in smbfattr_to_vattr()
H A Dsmbfs_smb.c309 smb_dos2unixtime(date, time, 0, svtz, &fap->fa_mtime); in smbfs_smb_trans2_query()
336 smb_time_NT2local(llongint, &fap->fa_mtime); in smbfs_smb_trans2_query()
829 SSTOVC(ssp)->vc_sopt.sv_tz, &fap->fa_mtime); in smbfs_smb_query_info()
1273 smb_time_server2local(longint, vcp->vc_sopt.sv_tz, &fa.fa_mtime); in smbfs_smb_oldopen()
1877 &ctx->f_attr.fa_mtime); in smbfs_smb_findnextLM1()
2101 smb_dos2unixtime(date, time, 0, svtz, &ctx->f_attr.fa_mtime); in smbfs_smb_findnextLM2()
2124 smb_time_NT2local(llongint, &ctx->f_attr.fa_mtime); in smbfs_smb_findnextLM2()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h102 timespec_t fa_mtime; member
H A Dsmb_smb.c449 smb_time_NT2local(llongint, &fa.fa_mtime); in smb_smb_ntcreate()