Searched refs:ea_path (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c452 if ((eaname = ea_path(ea, attruname, 1)) == NULL) {
453 LOG(log_error, logtype_afpd, "write_ea('%s'): ea_path error", attruname);
556 if ((eafile = ea_path(ea, eaname, 1)) == NULL) {
557 LOG(log_error, logtype_afpd, "delete_ea_file('%s'): ea_path error", eaname);
575 * ea_path, ea_open and ea_close are only global so that dbd can call them
579 * Function: ea_path
598 char *ea_path(const struct ea * __restrict ea, const char * __restrict eaname, int macname) function
678 eaname = ea_path(ea, NULL, 0);
679 LOG(log_maxdebug, logtype_afpd, "ea_open: ea_path: %s", eaname);
894 eaname = ea_path(e
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dea.h164 extern char *ea_path(const struct ea * __restrict ea, const char * __restrict eaname, int macname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c421 eaname = ea_path(&ea, (*ea.ea_entries)[count].ea_name, 0);

Completed in 78 milliseconds