| /netbsd/src/external/bsd/am-utils/dist/hlfsd/ |
| D | stubs.c | 116 rootfattr.na_mtime = startup; in nfsproc_getattr_2_svc() 118 slinkfattr.na_mtime = startup; in nfsproc_getattr_2_svc() 120 un_fattr.na_mtime = startup; in nfsproc_getattr_2_svc() 135 clocktime(&rootfattr.na_mtime); in nfsproc_getattr_2_svc() 154 clocktime(&slinkfattr.na_mtime); in nfsproc_getattr_2_svc() 212 rootfattr.na_mtime = startup; in nfsproc_lookup_2_svc() 214 slinkfattr.na_mtime = startup; in nfsproc_lookup_2_svc() 216 un_fattr.na_mtime = startup; in nfsproc_lookup_2_svc() 240 clocktime(&rootfattr.na_mtime); in nfsproc_lookup_2_svc() 262 clocktime(&slinkfattr.na_mtime); in nfsproc_lookup_2_svc()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | autil.c | 187 clocktime(&mp->am_parent->am_fattr.na_mtime); in forcibly_timeout_mp() 311 mp->am_stats.s_mtime = clocktime(&mp->am_fattr.na_mtime); in am_mounted() 318 mp->am_parent->am_fattr.na_mtime = mp->am_fattr.na_mtime; in am_mounted() 717 clocktime(&mp->am_parent->am_fattr.na_mtime); in am_unmounted()
|
| D | map.c | 426 mp->am_fattr.na_mtime = mp->am_fattr.na_ctime = mp->am_fattr.na_atime; in init_map() 926 time_t last = mp->am_parent->am_attr.ns_u.ns_attr_u.na_mtime.nt_seconds; in unmount_mp() 927 clocktime(&mp->am_parent->am_attr.ns_u.ns_attr_u.na_mtime); in unmount_mp() 929 if (last == (time_t) mp->am_parent->am_attr.ns_u.ns_attr_u.na_mtime.nt_seconds) in unmount_mp() 930 mp->am_parent->am_attr.ns_u.ns_attr_u.na_mtime.nt_seconds++; in unmount_mp()
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | nfsdport.h | 49 #define NFSVNO_NOTSETMTIME(n) ((n)->na_mtime.tv_sec == VNOVAL) 50 #define NFSVNO_ISSETMTIME(n) ((n)->na_mtime.tv_sec != VNOVAL)
|
| /netbsd/src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| D | nfs_prot_netbsd.h | 92 #define na_mtime mtime macro
|
| D | nfs_prot_freebsd2.h | 70 #define na_mtime mtime macro
|
| D | nfs_prot_netbsd1_3.h | 82 #define na_mtime mtime macro
|
| D | nfs_prot_netbsd1_4.h | 106 #define na_mtime mtime macro
|
| D | nfs_prot_bsdi3.h | 105 #define na_mtime mtime macro
|
| D | nfs_prot_openbsd.h | 103 #define na_mtime mtime macro
|
| D | nfs_prot_freebsd3.h | 91 #define na_mtime mtime macro
|
| D | nfs_prot_default.h | 75 #define na_mtime mtime macro
|
| D | nfs_prot_darwin.h | 81 #define na_mtime mtime macro
|
| D | nfs_prot_nextstep.h | 116 #define na_mtime mtime macro 454 nfstime na_mtime; member
|
| D | nfs_prot_aix3.h | 105 #define na_mtime mtime macro
|
| D | nfs_prot_aix4.h | 103 #define na_mtime mtime macro
|
| D | nfs_prot_aix4_2.h | 108 #define na_mtime mtime macro
|
| D | nfs_prot_aix4_3.h | 108 #define na_mtime mtime macro
|
| D | nfs_prot_aix5_1.h | 108 #define na_mtime mtime macro
|
| D | nfs_prot_linux.h | 133 #define na_mtime mtime macro
|
| D | nfs_prot_aix5_2.h | 205 #define na_mtime mtime macro
|
| D | nfs_prot_sunos5_3.h | 113 #define na_mtime mtime macro
|
| /netbsd/src/external/bsd/am-utils/include/ |
| D | amu_nfs_prot.h | 104 #define na_mtime mtime macro
|
| /netbsd/src/sys/fs/nfs/server/ |
| D | nfs_nfsdsubs.c | 1352 txdr_nfsv3time(&(before_nvap->na_mtime), tl); in nfsrv_wcc() 1411 txdr_nfsv3time(&nvap->na_mtime, &fp->fa3_mtime); in nfsrv_fillattr() 1426 txdr_nfsv2time(&nvap->na_mtime, &fp->fa2_mtime); in nfsrv_fillattr() 1630 nva.na_mtime = nvap->na_mtime; in nfsrv_fixattr()
|
| /netbsd/src/sys/fs/nfs/client/ |
| D | nfs_clcomsubs.c | 362 fxdr_nfsv3time(&fp->fa3_mtime, &nap->na_mtime); in nfsm_loadattr() 388 fxdr_nfsv2time(&fp->fa2_mtime, &nap->na_mtime); in nfsm_loadattr()
|