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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dea.h64 #define EA_INITED 0xea494e54 /* ea"INT", for interfacing ea_open w. ea_close */
100 uint32_t ea_inited; /* needed for interfacing ea_open w. ea_close */
101 const struct vol *vol; /* vol handle, ea_close needs it */
103 char *filename; /* name of file, needed by ea_close too */
163 extern int ea_close(struct ea * restrict ea);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c509 * ea_close and pack_buffer must honor this.
577 * ea_path, ea_open and ea_close are only global so that dbd can call them
647 * When you're done with struct ea you must call ea_close on it.
667 ea->vol = vol; /* ea_close needs it */
821 * When you're done with struct ea you must call ea_close on it.
859 * Function: ea_close
874 int ea_close(struct ea * restrict ea) function
881 LOG(log_debug, logtype_afpd, "ea_close('%s')", ea->filename);
884 LOG(log_warning, logtype_afpd, "ea_close('%s'): non initialized ea", ea->filename);
891 LOG(log_error, logtype_afpd, "ea_close
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c443 /* Be CAREFUL here! This should do what ea_delentry does. ea_close relies on it !*/
451 ea_close(&ea);

Completed in 157 milliseconds