Searched refs:AFPVOL_EA_AD (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.h148 #define AFPVOL_EA_AD 3 /* Store them in adouble files */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd.c323 if (volinfo.v_vfs_ea != AFPVOL_EA_AD && volinfo.v_vfs_ea != AFPVOL_EA_SYS) {
H A Dcmd_dbd_scanvol.c539 /* Check if this is an AFPVOL_EA_AD vol */
540 if (myvolinfo->v_vfs_ea == AFPVOL_EA_AD) {
578 } /* if AFPVOL_EA_AD */
1007 if (myvolinfo->v_vfs_ea == AFPVOL_EA_AD)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c329 if (strcasecmp(value, "AFPVOL_EA_AD") == 0)
330 vol->v_vfs_ea = AFPVOL_EA_AD;
602 case AFPVOL_EA_AD:
603 strlcat(item, "AFPVOL_EA_AD\n", sizeof(item));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c1180 } else if (vol->v_vfs_ea == AFPVOL_EA_AD) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c578 options[VOLOPT_EA_VFS].i_value = AFPVOL_EA_AD;
2240 vol->v_vfs_ea = AFPVOL_EA_AD;

Completed in 124 milliseconds