Searched refs:st_ctime (Results 1 - 25 of 69) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c77 attr->ctime = stbuf->st_ctime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c541 stbuf->st_ctime = ni->last_mft_change_time;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c2156 strftime(mode_str, sizeof(mode_str), "%F %T %z", localtime(&sbuf.st_ctime));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c751 ret = MIN(st->st_ctime, st->st_mtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c266 sbuf->st_ctime = interpret_long_date(rdata + 16); /* time of last change */
H A Dclirap.c705 sbuf->st_ctime = interpret_long_date( rdata+24 );
H A Dlibsmbclient.c1590 st->st_ctime = c_time;
1648 st->st_ctime = c_time;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dnotify_hash.c56 data->status_time = st.st_ctime;
115 data->total_time += (st.st_mtime + st.st_ctime);
H A Dtrans2.c1312 put_long_date(p,sbuf.st_ctime); /* Inode change Time 64 Bit */
1910 (unsigned)st.st_ctime, len, vname));
2588 sbuf.st_ctime &= ~1;
2945 put_long_date(pdata,sbuf.st_ctime); /* Creation Time 64 Bit */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c1482 st64->st_ctime = st->st_ctime;
1560 st->st_ctime = kbuf->st_ctime_;
H A Dsmbw_stat.c162 st->st_ctime = c_time;
247 st->st_ctime = c_time;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dcmd_vfs.c539 printf(" Change: %s", ctime(&(st.st_ctime)));
605 printf(" Change: %s", ctime(&(st.st_ctime)));
659 printf(" Change: %s", ctime(&(st.st_ctime)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c81 * In order to avoid cache poisoning, we store the cached entries st_ctime from stat in
291 * Found cache entries are expunged if both the parent directory st_ctime and the objects
292 * st_ctime are modified.
338 if ((cdir->dcache_ctime != st.st_ctime) || (cdir->dcache_ino != st.st_ino)) {
359 * Found cache entries are expunged if both the parent directory st_ctime and the objects
360 * st_ctime are modified.
410 if ((cdir->dcache_ctime != st.st_ctime) || (cdir->dcache_ino != st.st_ino)) {
H A Ddirectory.c312 return st->st_ctime == dir->d_ctime;
875 dir->dcache_ctime = st->st_ctime;
1492 dir->d_ctime = st->st_ctime;
1502 return st->st_ctime == dir->d_ctime && (dir->d_flags & DIRF_CNID);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c32 * Get the db stamp which is the st_ctime of the file "cnid2.db" and store it in buffer
59 LOG(log_maxdebug, logtype_cnid,"stamp: %s", asctime(localtime(&st.st_ctime)));
62 memcpy(buffer, &st.st_ctime, sizeof(st.st_ctime));
75 * This also "stamps" the database, which means storing st.st_ctime of the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c81 * In order to avoid cache poisoning, we store the cached entries st_ctime from stat in
291 * Found cache entries are expunged if both the parent directory st_ctime and the objects
292 * st_ctime are modified.
338 if ((cdir->dcache_ctime != st.st_ctime) || (cdir->dcache_ino != st.st_ino)) {
359 * Found cache entries are expunged if both the parent directory st_ctime and the objects
360 * st_ctime are modified.
410 if ((cdir->dcache_ctime != st.st_ctime) || (cdir->dcache_ino != st.st_ino)) {
H A Ddirectory.c312 return st->st_ctime == dir->d_ctime;
894 dir->dcache_ctime = st->st_ctime;
1511 dir->d_ctime = st->st_ctime;
1521 return st->st_ctime == dir->d_ctime && (dir->d_flags & DIRF_CNID);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbif.c33 * Get the db stamp which is the st_ctime of the file "cnid2.db" and store it in buffer
61 LOG(log_maxdebug, logtype_cnid,"stamp: %s", asctime(localtime(&st.st_ctime)));
64 memcpy(buffer, &st.st_ctime, sizeof(st.st_ctime));
80 * This also "stamps" the database, which means storing st.st_ctime of the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_oabi-compat.c109 unsigned long st_ctime; member in struct:oldabi_stat64
136 tmp.st_ctime = stat->ctime.tv_sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h221 unsigned int st_ctime; member in struct:stat64
H A Dsys_ia32.c154 err |= __put_user(stat->ctime.tv_sec, &ubuf->st_ctime);
2178 err |= __put_user(kbuf->ctime.tv_sec, &ubuf->st_ctime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dlinux32.c91 tmp.st_ctime = stat->ctime.tv_sec;
H A Dsysirix.c1141 struct { s32 tv_sec, tv_nsec; } st_atime, st_mtime, st_ctime; member in struct:xstat64
1167 ks.st_ctime.tv_sec = (s32) stat->ctime.tv_sec;
1168 ks.st_ctime.tv_nsec = stat->ctime.tv_nsec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dfs.c164 tmp.st_ctime = stat->ctime.tv_sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c266 err |= put_user(stat->ctime.tv_sec, &statbuf->st_ctime);

Completed in 269 milliseconds

123