Searched refs:dbitmap (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
214 memcpy( &dbitmap, ibuf, sizeof( dbitmap ));
215 dbitmap = ntohs( dbitmap );
216 ibuf += sizeof( dbitmap );
220 if (!(fbitmap || dbitmap)
222 (dbitmap & (1 << DIRPBIT_PDID))*/) {
277 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
280 sz = 3 * sizeof( u_int16_t ); /* fbitmap, dbitmap, reqcoun
[all...]
H A Dcatsearch.c93 u_int16_t fbitmap, dbitmap; /* file & directory bitmap - which values should we return ? */ member in struct:scrit
257 if (!c1.dbitmap)
435 ret = getdirparams(vol, c1.dbitmap, path, path->d_dir, p , &tbuf );
886 memcpy(&c1.dbitmap, ibuf, sizeof(c1.dbitmap));
887 c1.dbitmap = c2.dbitmap = ntohs(c1.dbitmap);
888 ibuf += sizeof(c1.dbitmap);
894 if (! (c1.fbitmap || c1.dbitmap)) {
[all...]
H A Dfiledir.c153 u_int16_t fbitmap, dbitmap, vid; local
178 memcpy( &dbitmap, ibuf, sizeof( dbitmap ));
179 dbitmap = ntohs( dbitmap );
180 ibuf += sizeof( dbitmap );
187 ntohs(vid), ntohl(dir->d_did), fbitmap, dbitmap,
208 if (dbitmap) {
213 ret = getdirparams(vol, dbitmap, s_path, dir,
232 dbitmap
[all...]

Completed in 118 milliseconds