Searched refs:AFPVOL_USEDOTS (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_util.c225 && ! (svol->volinfo.v_flags & AFPVOL_USEDOTS)
226 && (dvol->volinfo.v_flags & AFPVOL_USEDOTS)) {
229 } else if (! (dvol->volinfo.v_flags & AFPVOL_USEDOTS)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolume.h120 #define AFPVOL_USEDOTS (1 << 11) /* use real dots */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c107 if (!(vol->v_flags & AFPVOL_USEDOTS))
874 (vol->v_flags & AFPVOL_USEDOTS) ? netatalk_name(name): name[0] != '.');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c471 options[VOLOPT_FLAGS].i_value |= AFPVOL_MSWINDOWS | AFPVOL_USEDOTS;
481 options[VOLOPT_FLAGS].i_value |= AFPVOL_USEDOTS;
483 options[VOLOPT_FLAGS].i_value |= AFPVOL_USEDOTS | AFPVOL_INV_DOTS;
835 if (!(volume->v_flags & AFPVOL_USEDOTS))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c55 {AFPVOL_USEDOTS, "USEDOTS"}, /* use real dots */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.c362 if (!(vol.v_flags & AFPVOL_USEDOTS))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c129 if (!(myvolinfo->v_flags & AFPVOL_USEDOTS))
239 Check for wrong encoding e.g. "." at the beginning is not CAP encoded (:2e) although volume is default !AFPVOL_USEDOTS.

Completed in 112 milliseconds