Searched refs:fdType (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c459 type = SWAP_BE32(recp->userInfo.fdType);
717 if ((SWAP_BE32(filep->userInfo.fdType) == kHardLinkFileType) &&
723 } else if ((SWAP_BE32(filep->userInfo.fdType) == kHFSAliasType) &&
H A Dhfs_format.h195 u_int32_t fdType; /* file type */ member in struct:FndrFileInfo
H A Dhfs_catalog.c944 if ((SWAP_BE32(recp->hfsPlusFile.userInfo.fdType) == kHardLinkFileType) &&
948 (SWAP_BE32(recp->hfsPlusFile.userInfo.fdType) == kHFSAliasType) &&
1971 (SWAP_BE32(file->userInfo.fdType) == kHFSAliasType) &&
2857 if ((SWAP_BE32(rec->hfsPlusFile.userInfo.fdType) == kHardLinkFileType) &&
2861 (SWAP_BE32(rec->hfsPlusFile.userInfo.fdType) == kHFSAliasType) &&
3031 (SWAP_BE32(fip->fdType) == kHardLinkFileType) &&
3036 (SWAP_BE32(fip->fdType) == kHFSAliasType) &&
3212 if ((SWAP_BE32(crp->hfsPlusFile.userInfo.fdType) == kHardLinkFileType) &&
3223 } else if ((SWAP_BE32(crp->hfsPlusFile.userInfo.fdType) == kHFSAliasType) &&
H A Dhfs_xattr.c304 fip->fdType = 0;
767 if (fip->fdType == SWAP_BE32(kHardLinkFileType)) {
1438 fip->fdType = 0;
1778 fip->fdType = 0;
H A Dhfs_link.c105 fip->fdType = SWAP_BE32 (kHFSAliasType);
109 fip->fdType = SWAP_BE32 (kHardLinkFileType);
H A Dhfs_attrlist.c841 fip->fdType = 0;
1441 fip->fdType = 0;
H A Dhfs_vnops.c6276 fip->fdType = SWAP_BE32(kSymLinkFileType);

Completed in 117 milliseconds