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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Denumerate.c176 u_int16_t vid, fbitmap, dbitmap, reqcnt, actcnt = 0; local
210 memcpy( &fbitmap, ibuf, sizeof( fbitmap ));
211 fbitmap = ntohs( fbitmap );
212 ibuf += sizeof( fbitmap );
220 if (!(fbitmap || dbitmap)
221 /*|| (fbitmap & (1 << FILPBIT_PDID)) ||
277 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
280 sz = 3 * sizeof( u_int16_t ); /* fbitmap, dbitma
[all...]
H A Dcatsearch.c93 u_int16_t fbitmap, dbitmap; /* file & directory bitmap - which values should we return ? */ member in struct:scrit
261 if (!c1.fbitmap)
439 ret = getfilparams ( vol, c1.fbitmap, path, path->d_dir, p, &tbuf);
882 memcpy(&c1.fbitmap, ibuf, sizeof(c1.fbitmap));
883 c1.fbitmap = c2.fbitmap = ntohs(c1.fbitmap);
884 ibuf += sizeof(c1.fbitmap);
894 if (! (c1.fbitmap || c
[all...]
H A Dfiledir.c153 u_int16_t fbitmap, dbitmap, vid; local
175 memcpy( &fbitmap, ibuf, sizeof( fbitmap ));
176 fbitmap = ntohs( fbitmap );
177 ibuf += sizeof( fbitmap );
187 ntohs(vid), ntohl(dir->d_did), fbitmap, dbitmap,
221 if (fbitmap && AFP_OK != (ret = getfilparams(vol, fbitmap, s_path, curdir,
229 fbitmap
[all...]

Completed in 95 milliseconds