Searched refs:ea_count (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dea.h104 unsigned int ea_count; /* number of EAs in ea_entries array */ member in struct:ea
105 struct ea_entry (*ea_entries)[]; /* malloced and realloced as needed by ea_count*/
123 u_int16_t ea_count;
124 struct ea_entry_ondisk ea_entries[ea_count];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dea.h104 unsigned int ea_count; /* number of EAs in ea_entries array */ member in struct:ea
105 struct ea_entry (*ea_entries)[]; /* malloced and realloced as needed by ea_count*/
123 u_int16_t ea_count;
124 struct ea_entry_ondisk ea_entries[ea_count];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c144 ea->ea_count = ntohs(*(uint16_t *)buf);
145 LOG(log_debug, logtype_afpd, "unpack_header: number of EAs: %u", ea->ea_count);
148 if (ea->ea_count == 0)
152 ea->ea_entries = malloc(sizeof(struct ea_entry) * ea->ea_count);
160 while (count < ea->ea_count) {
198 * adjust ea->ea_count in case an ea entry deletetion is detected
209 LOG(log_debug, logtype_afpd, "pack_header('%s'): ea_count: %u, ea_size: %u",
210 ea->filename, ea->ea_count, ea->ea_size);
212 if (ea->ea_count == 0)
216 while(count < ea->ea_count) { /* th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c144 ea->ea_count = ntohs(*(uint16_t *)buf);
145 LOG(log_debug, logtype_afpd, "unpack_header: number of EAs: %u", ea->ea_count);
148 if (ea->ea_count == 0)
152 ea->ea_entries = malloc(sizeof(struct ea_entry) * ea->ea_count);
160 while (count < ea->ea_count) {
198 * adjust ea->ea_count in case an ea entry deletetion is detected
209 LOG(log_debug, logtype_afpd, "pack_header('%s'): ea_count: %u, ea_size: %u",
210 ea->filename, ea->ea_count, ea->ea_size);
212 if (ea->ea_count == 0)
216 while(count < ea->ea_count) { /* th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c905 int ea_count; member in struct:ea_refcount_el
1072 if (list[i].ea_count) {
1121 el->ea_count = 0;
1212 el->ea_count++;
1215 *ret = el->ea_count;
1225 if (!el || el->ea_count == 0)
1228 el->ea_count--;
1231 *ret = el->ea_count;
1246 el->ea_count = count;
1264 if (list[refcount->cursor].ea_count) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c417 while (count < ea.ea_count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c422 while (count < ea.ea_count) {

Completed in 146 milliseconds