Lines Matching refs:userInfo

944 		if ((SWAP_BE32(recp->hfsPlusFile.userInfo.fdType) == kHardLinkFileType) &&
945 (SWAP_BE32(recp->hfsPlusFile.userInfo.fdCreator) == kHFSPlusCreator)) {
948 (SWAP_BE32(recp->hfsPlusFile.userInfo.fdType) == kHFSAliasType) &&
949 (SWAP_BE32(recp->hfsPlusFile.userInfo.fdCreator) == kHFSAliasCreator)) {
1805 bcopy(&attrp->ca_finderinfo[0], &dir->userInfo, 16);
1821 bcopy(&attrp->ca_finderinfo[0], &file->userInfo, 16);
1877 bcopy(&attrp->ca_finderinfo[0], &dir->userInfo, 32);
1944 bcopy(&attrp->ca_finderinfo[0], &file->userInfo, 32);
1971 (SWAP_BE32(file->userInfo.fdType) == kHFSAliasType) &&
1972 (SWAP_BE32(file->userInfo.fdCreator) == kHFSAliasCreator);
2857 if ((SWAP_BE32(rec->hfsPlusFile.userInfo.fdType) == kHardLinkFileType) &&
2858 (SWAP_BE32(rec->hfsPlusFile.userInfo.fdCreator) == kHFSPlusCreator)) {
2861 (SWAP_BE32(rec->hfsPlusFile.userInfo.fdType) == kHFSAliasType) &&
2862 (SWAP_BE32(rec->hfsPlusFile.userInfo.fdCreator) == kHFSAliasCreator)) {
3212 if ((SWAP_BE32(crp->hfsPlusFile.userInfo.fdType) == kHardLinkFileType) &&
3213 (SWAP_BE32(crp->hfsPlusFile.userInfo.fdCreator) == kHFSPlusCreator) &&
3223 } else if ((SWAP_BE32(crp->hfsPlusFile.userInfo.fdType) == kHFSAliasType) &&
3224 (SWAP_BE32(crp->hfsPlusFile.userInfo.fdCreator) == kHFSAliasCreator) &&
4207 bcopy(attrp->ca_finderinfo, &crp->hfsPlusFolder.userInfo, 32);
4223 bcopy(attrp->ca_finderinfo, &crp->hfsPlusFile.userInfo, 32);
4249 bcopy(attrp->ca_finderinfo, &crp->hfsFolder.userInfo, 32);
4257 bcopy(attrp->ca_finderinfo, &crp->hfsFile.userInfo, 16);
4401 if (((const HFSPlusCatalogFolder *)crp)->userInfo.frFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
4415 if (crp->userInfo.fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
4430 bcopy(&crp->userInfo, attrp->ca_finderinfo, 32);
4525 bcopy(&folder->userInfo, &crp->userInfo, 32);
4538 bcopy(&file->userInfo, &crp->userInfo, 16);