HomeSort by: relevance | last modified time | path
    Searched refs:na_mtime (Results 1 - 25 of 52) sorted by relevancy

1 2 3

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

Completed in 39 milliseconds

1 2 3