Searched refs:v_tm_cachetime (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolume.h68 time_t v_tm_cachetime; /* time at which v_tm_used was calculated last */ member in struct:vol
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c1528 * "volume->v_tm_cachetime" is updated with the current time from time(NULL).
1552 if (vol->v_tm_cachetime
1553 && ((vol->v_tm_cachetime + TM_USED_CACHETIME) >= now)) {
1563 vol->v_tm_cachetime = now;

Completed in 170 milliseconds