Searched refs:v_vfs_ea (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolinfo.h32 int v_vfs_ea; member in struct:volinfo
H A Dvolume.h61 int v_vfs_ea; /* The AFPVOL_EA_xx flag */ member in struct:vol
/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) {
324 dbd_log( LOGSTD, "Unknown Extended Attributes option: %u", volinfo.v_vfs_ea);
H A Dcmd_dbd_scanvol.c540 if (myvolinfo->v_vfs_ea == AFPVOL_EA_AD) {
1007 if (myvolinfo->v_vfs_ea == AFPVOL_EA_AD)
1059 volume.v_vfs_ea = myvolinfo->v_vfs_ea;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_util.c119 if (vol->volinfo.v_vfs_ea != AFPVOL_EA_SYS)
120 ERROR("Unsupported Extended Attributes option: %u", vol->volinfo.v_vfs_ea);
124 vol->volume.v_vfs_ea = AFPVOL_EA_SYS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c330 vol->v_vfs_ea = AFPVOL_EA_AD;
332 vol->v_vfs_ea = AFPVOL_EA_SYS;
598 switch (vol->v_vfs_ea) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c771 volume->v_vfs_ea = options[VOLOPT_EA_VFS].i_value;
888 if (volume->v_vfs_ea == AFPVOL_EA_AUTO)
1791 if (vol->v_vfs_ea)
2217 if (vol->v_vfs_ea == AFPVOL_EA_AUTO) {
2221 vol->v_vfs_ea = AFPVOL_EA_NONE;
2236 vol->v_vfs_ea = AFPVOL_EA_SYS;
2240 vol->v_vfs_ea = AFPVOL_EA_AD;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c1177 if (vol->v_vfs_ea == AFPVOL_EA_SYS) {
1180 } else if (vol->v_vfs_ea == AFPVOL_EA_AD) {

Completed in 68 milliseconds