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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dea.h64 #define EA_INITED 0xea494e54 /* ea"INT", for interfacing ea_open w. ea_close */
70 /* ea_open flags */
71 EA_CREATE = (1<<1), /* create if not existing on ea_open */
74 /* ea_open internal flags */
75 EA_DIR = (1<<4) /* ea header file is for a dir, ea_open adds it as appropiate */
100 uint32_t ea_inited; /* needed for interfacing ea_open w. ea_close */
154 extern int ea_open(const struct vol * __restrict vol,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c365 * Purpose: create EA header file, only called from ea_open
380 * we were called because header file didn't exist in eg. ea_open. We then
575 * ea_path, ea_open and ea_close are only global so that dbd can call them
622 * Function: ea_open
647 int ea_open(const struct vol * __restrict vol, function
658 LOG(log_error, logtype_afpd, "ea_open: called without EA_RDONLY | EA_RDWR", uname);
674 LOG(log_error, logtype_afpd, "ea_open: OOM");
679 LOG(log_maxdebug, logtype_afpd, "ea_open: ea_path: %s", eaname);
698 LOG(log_error, logtype_afpd, "ea_open: OOM");
722 LOG(log_error, logtype_afpd, "ea_open('
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c66 static struct vol volume; /* fake it for ea_open */
407 if ((ret = ea_open(&volume, fname, EA_RDWR, &ea)) != 0) {
410 dbd_log(LOGSTD, "Error calling ea_open for file: %s/%s, removing EA files", cwdbuf, fname);
1054 /* Init a fake struct vol with just enough so we can call ea_open and friends */

Completed in 107 milliseconds