Lines Matching defs:attributeBuffer

110 		searchinfospec_t *searchInfo, void *attributeBuffer, int firstblock);
1093 searchinfospec_t *searchInfo, void *attributeBuffer, int firstblock)
1103 bufferSize = *((u_int32_t *)attributeBuffer);
1107 attributeBuffer = (u_int32_t *)attributeBuffer + 1; /* advance past the size */
1120 s = (char*) attributeBuffer + ((attrreference_t *) attributeBuffer)->attr_dataoffset;
1121 len = ((attrreference_t *) attributeBuffer)->attr_length;
1152 attributeBuffer = (attrreference_t*) attributeBuffer +1;
1155 searchInfo->nodeID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1156 attributeBuffer = (fsobj_id_t *)attributeBuffer + 1;
1159 searchInfo->parentDirID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1160 attributeBuffer = (fsobj_id_t *)attributeBuffer + 1;
1166 tmp = *((struct user64_timespec *)attributeBuffer);
1169 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1173 tmp = *((struct user32_timespec *)attributeBuffer);
1176 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1182 tmp = *((struct user64_timespec *)attributeBuffer);
1185 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1189 tmp = *((struct user32_timespec *)attributeBuffer);
1192 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1198 tmp = *((struct user64_timespec *)attributeBuffer);
1201 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1205 tmp = *((struct user32_timespec *)attributeBuffer);
1208 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1214 tmp = *((struct user64_timespec *)attributeBuffer);
1217 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1221 tmp = *((struct user32_timespec *)attributeBuffer);
1224 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1230 tmp = *((struct user64_timespec *)attributeBuffer);
1233 attributeBuffer = (struct user64_timespec *)attributeBuffer + 1;
1237 tmp = *((struct user32_timespec *)attributeBuffer);
1240 attributeBuffer = (struct user32_timespec *)attributeBuffer + 1;
1244 bcopy( attributeBuffer, searchInfo->finderInfo, sizeof(searchInfo->finderInfo) );
1245 attributeBuffer = (u_int8_t *)attributeBuffer + 32;
1248 searchInfo->uid = *((uid_t *)attributeBuffer);
1249 attributeBuffer = (uid_t *)attributeBuffer + 1;
1252 searchInfo->gid = *((gid_t *)attributeBuffer);
1253 attributeBuffer = (gid_t *)attributeBuffer + 1;
1256 searchInfo->mask = *((mode_t *)attributeBuffer);
1257 attributeBuffer = (mode_t *)attributeBuffer + 1;
1260 searchInfo->nodeID = (u_int32_t)*((u_int64_t *) attributeBuffer);
1261 attributeBuffer = (u_int64_t *)attributeBuffer + 1;
1264 searchInfo->parentDirID = (u_int32_t)*((u_int64_t *) attributeBuffer);
1265 attributeBuffer = (u_int64_t *)attributeBuffer + 1;
1272 searchInfo->d.numFiles = *((u_int32_t *)attributeBuffer);
1273 attributeBuffer = (u_int32_t *)attributeBuffer + 1;
1280 searchInfo->f.dataLogicalLength = *((off_t *)attributeBuffer);
1281 attributeBuffer = (off_t *)attributeBuffer + 1;
1284 searchInfo->f.dataPhysicalLength = *((off_t *)attributeBuffer);
1285 attributeBuffer = (off_t *)attributeBuffer + 1;
1288 searchInfo->f.resourceLogicalLength = *((off_t *)attributeBuffer);
1289 attributeBuffer = (off_t *)attributeBuffer + 1;
1292 searchInfo->f.resourcePhysicalLength = *((off_t *)attributeBuffer);
1293 attributeBuffer = (off_t *)attributeBuffer + 1;