• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/hfs/

Lines Matching refs:data

64 	CatalogRecord		data;
197 /* Convert the data fork. */
708 /* Convert the data fork. */
829 /* Get space for iterator, key and data */
847 datalen = buildthread((void*)&bto->key, &bto->data, std_hfs,
849 btdata.bufferAddress = &bto->data;
896 buildrecord(attrp, nextCNID, std_hfs, encoding, &bto->data, &datalen);
897 btdata.bufferAddress = &bto->data;
957 * 1. BTSearchRecord(from_cnode, &data);
958 * 2. BTInsertRecord(to_cnode, &data);
1049 * Step 1: Find cnode data at old location
1064 /* The file has mangled name. Search the cnode data using full name */
1130 /* Find cnode data at new location */
1357 * using the data from attrp and forkp.
1645 panic("catrec_update: rsrc fork == data fork");
1993 /* Get space for iterator, key and data */
1996 rsrcforkp = &bto->data.hfsPlusFile.resourceFork;
2008 datalen = buildthread((void*)&bto->key, &bto->data, 0, 0);
2009 btdata.bufferAddress = &bto->data;
2048 buildrecord(attrp, nextCNID, 0, encoding, &bto->data, &datalen);
2050 bto->data.hfsPlusFile.hl_prevLinkID = 0;
2051 bto->data.hfsPlusFile.hl_nextLinkID = nextlinkid;
2052 bto->data.hfsPlusFile.hl_linkReference = attrp->ca_linkref;
2056 if ((result = cat_makealias(hfsmp, attrp->ca_linkref, &bto->data.hfsPlusFile))) {
2061 btdata.bufferAddress = &bto->data;
2103 * identifying values that are updated in the resource fork data when the alias
2104 * is created. The following array is the constant resource fork data used
2141 /* Size of resource fork data array for directory hard link alias */
2237 /* Finish initializing the fork data. */