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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvolume.h136 #define AFPVOL_CACHE (1 << 21) /* Use adouble v2 CNID caching. Default: yes */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dvolinfo.c65 {AFPVOL_CACHE, "CACHEID"}, /* Use adouble v2 CNID caching, default don't use it */
408 if ((vol->v_flags & AFPVOL_CACHE))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd.c27 Check if volumes is using AFPVOL_CACHE, then wipe db from disk. Rebuild from ad-files.
385 if ((flags & DBD_FLAGS_FORCE) && rebuild && (volinfo.v_flags & AFPVOL_CACHE)) {
H A Dcmd_dbd_scanvol.c689 /* Get CNID from ad-file if volume is using AFPVOL_CACHE */
691 if ( (myvolinfo->v_flags & AFPVOL_CACHE) && ADFILE_OK) {
788 if ((myvolinfo->v_flags & AFPVOL_CACHE)
828 /* in db but zeroID in ad-file, write it to ad-file if AFPVOL_CACHE */
829 if ((myvolinfo->v_flags & AFPVOL_CACHE) && ADFILE_OK) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c501 options[VOLOPT_FLAGS].i_value &= ~AFPVOL_CACHE;
764 if ((volume->v_flags & AFPVOL_CACHE))
1229 save_options[VOLOPT_FLAGS].i_value |= AFPVOL_CACHE;
2076 volume->v_flags &= ~AFPVOL_CACHE;
H A Dfile.c272 vol->v_flags &= ~AFPVOL_CACHE;

Completed in 60 milliseconds