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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c151 /* Allocate storage for the ea_entries array */
152 ea->ea_entries = malloc(sizeof(struct ea_entry) * ea->ea_count);
153 if ( ! ea->ea_entries) {
163 (*(ea->ea_entries))[count].ea_size = ntohl(uint32);
164 (*(ea->ea_entries))[count].ea_name = strdup(buf);
165 if (! (*(ea->ea_entries))[count].ea_name) {
170 (*(ea->ea_entries))[count].ea_namelen = strlen((*(ea->ea_entries))[count].ea_name);
171 buf += (*(ea->ea_entries))[count].ea_namelen + 1;
174 (*(ea->ea_entries))[coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dea.h104 unsigned int ea_count; /* number of EAs in ea_entries array */
105 struct ea_entry (*ea_entries)[]; /* malloced and realloced as needed by ea_count*/ member in struct:ea
124 struct ea_entry_ondisk ea_entries[ea_count];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c423 dbd_log(LOGDEBUG, "EA: %s", (*ea.ea_entries)[count].ea_name);
426 eaname = ea_path(&ea, (*ea.ea_entries)[count].ea_name, 0);
434 } else if (st.st_size != (*ea.ea_entries)[count].ea_size) {
444 free((*ea.ea_entries)[count].ea_name);
445 (*ea.ea_entries)[count].ea_name = NULL;

Completed in 155 milliseconds