Lines Matching defs:attributeBuffer

110 		searchinfospec_t *searchInfo, void *attributeBuffer, int firstblock);
1196 searchinfospec_t *searchInfo, void *attributeBuffer, int firstblock)
1206 bufferSize = *((u_int32_t *)attributeBuffer);
1210 attributeBuffer = (u_int32_t *)attributeBuffer + 1; /* advance past the size */
1223 s = (char*) attributeBuffer + ((attrreference_t *) attributeBuffer)->attr_dataoffset;
1224 len = ((attrreference_t *) attributeBuffer)->attr_length;
1259 attributeBuffer = (attrreference_t*) attributeBuffer +1;
1262 searchInfo->nodeID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1263 attributeBuffer = (fsobj_id_t *)attributeBuffer + 1;
1266 searchInfo->parentDirID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1267 attributeBuffer = (fsobj_id_t *)attributeBuffer + 1;
1273 tmp = *((struct user64_timespec *)attributeBuffer);
1276 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1280 tmp = *((struct user32_timespec *)attributeBuffer);
1283 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1289 tmp = *((struct user64_timespec *)attributeBuffer);
1292 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1296 tmp = *((struct user32_timespec *)attributeBuffer);
1299 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1305 tmp = *((struct user64_timespec *)attributeBuffer);
1308 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1312 tmp = *((struct user32_timespec *)attributeBuffer);
1315 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1321 tmp = *((struct user64_timespec *)attributeBuffer);
1324 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1328 tmp = *((struct user32_timespec *)attributeBuffer);
1331 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1337 tmp = *((struct user64_timespec *)attributeBuffer);
1340 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1344 tmp = *((struct user32_timespec *)attributeBuffer);
1347 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1351 bcopy( attributeBuffer, searchInfo->finderInfo, sizeof(searchInfo->finderInfo) );
1352 attributeBuffer = (u_int8_t *)attributeBuffer + 32;
1355 searchInfo->uid = *((uid_t *)attributeBuffer);
1356 attributeBuffer = (uid_t *)attributeBuffer + 1;
1359 searchInfo->gid = *((gid_t *)attributeBuffer);
1360 attributeBuffer = (gid_t *)attributeBuffer + 1;
1363 searchInfo->mask = *((mode_t *)attributeBuffer);
1364 attributeBuffer = (mode_t *)attributeBuffer + 1;
1367 searchInfo->nodeID = (u_int32_t)*((u_int64_t *) attributeBuffer);
1368 attributeBuffer = (u_int64_t *)attributeBuffer + 1;
1371 searchInfo->parentDirID = (u_int32_t)*((u_int64_t *) attributeBuffer);
1372 attributeBuffer = (u_int64_t *)attributeBuffer + 1;
1379 searchInfo->d.numFiles = *((u_int32_t *)attributeBuffer);
1380 attributeBuffer = (u_int32_t *)attributeBuffer + 1;
1387 searchInfo->f.dataLogicalLength = *((off_t *)attributeBuffer);
1388 attributeBuffer = (off_t *)attributeBuffer + 1;
1391 searchInfo->f.dataPhysicalLength = *((off_t *)attributeBuffer);
1392 attributeBuffer = (off_t *)attributeBuffer + 1;
1395 searchInfo->f.resourceLogicalLength = *((off_t *)attributeBuffer);
1396 attributeBuffer = (off_t *)attributeBuffer + 1;
1399 searchInfo->f.resourcePhysicalLength = *((off_t *)attributeBuffer);
1400 attributeBuffer = (off_t *)attributeBuffer + 1;