Searched refs:AFPVOL_CACHE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolume.h136 #define AFPVOL_CACHE (1 << 21) /* Use adouble v2 CNID caching. Default: yes */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd.c27 Check if volumes is using AFPVOL_CACHE, then wipe db from disk. Rebuild from ad-files.
379 if ((flags & DBD_FLAGS_FORCE) && rebuild && (volinfo.v_flags & AFPVOL_CACHE)) {
H A Dcmd_dbd_scanvol.c694 /* Get CNID from ad-file if volume is using AFPVOL_CACHE */
696 if ( (myvolinfo->v_flags & AFPVOL_CACHE) && ADFILE_OK) {
791 if ((myvolinfo->v_flags & AFPVOL_CACHE)
831 /* in db but zeroID in ad-file, write it to ad-file if AFPVOL_CACHE */
832 if ((myvolinfo->v_flags & AFPVOL_CACHE) && ADFILE_OK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c66 {AFPVOL_CACHE, "CACHEID"}, /* Use adouble v2 CNID caching, default don't use it */
409 if ((vol->v_flags & AFPVOL_CACHE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c508 options[VOLOPT_FLAGS].i_value &= ~AFPVOL_CACHE;
776 if ((volume->v_flags & AFPVOL_CACHE))
1244 default_options[VOLOPT_FLAGS].i_value |= AFPVOL_CACHE;
2197 volume->v_flags &= ~AFPVOL_CACHE;
H A Dfile.c271 vol->v_flags &= ~AFPVOL_CACHE;

Completed in 130 milliseconds