Lines Matching refs:data

64 	CatalogRecord		data;
198 /* Convert the data fork. */
786 /* Convert the data fork. */
922 /* Get space for iterator, key and data */
940 datalen = buildthread((void*)&bto->key, &bto->data, std_hfs,
942 btdata.bufferAddress = &bto->data;
1004 buildrecord(attrp, nextCNID, std_hfs, encoding, &bto->data, &datalen);
1005 btdata.bufferAddress = &bto->data;
1065 * 1. BTSearchRecord(from_cnode, &data);
1066 * 2. BTInsertRecord(to_cnode, &data);
1165 * Step 1: Find cnode data at old location
1180 /* The file has mangled name. Search the cnode data using full name */
1246 /* Find cnode data at new location */
1472 * using the data from attrp and forkp.
1536 * using the data from attrp and forkp.
1783 panic("hfs: catrec_update: rsrc fork == data fork");
2142 /* Get space for iterator, key and data */
2145 rsrcforkp = &bto->data.hfsPlusFile.resourceFork;
2157 datalen = buildthread((void*)&bto->key, &bto->data, 0, 0);
2158 btdata.bufferAddress = &bto->data;
2213 buildrecord(attrp, nextCNID, 0, encoding, &bto->data, &datalen);
2215 bto->data.hfsPlusFile.hl_prevLinkID = 0;
2216 bto->data.hfsPlusFile.hl_nextLinkID = nextlinkid;
2217 bto->data.hfsPlusFile.hl_linkReference = attrp->ca_linkref;
2221 if ((result = cat_makealias(hfsmp, attrp->ca_linkref, &bto->data.hfsPlusFile))) {
2226 btdata.bufferAddress = &bto->data;
2268 * identifying values that are updated in the resource fork data when the alias
2269 * is created. The following array is the constant resource fork data used
2306 /* Size of resource fork data array for directory hard link alias */
2403 /* Finish initializing the fork data. */
2818 * to get the data to userspace. If we set the boolean before determining
2820 * data to userland, we could fool the callers of this catalog function
2826 * about to return and won't write any new data back
4412 /* Lookup data fork, if any, for directory hard link */
4438 * described by descp using the data from attrp and forkp.