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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h197 u_int16_t fdFlags; /* Finder flags */ member in struct:FndrFileInfo
H A Dhfs_link.c107 fip->fdFlags = SWAP_BE16 (kIsAlias);
111 fip->fdFlags = SWAP_BE16 (kHasBeenInited);
H A Dhfs_search.c831 flags = SWAP_BE16(finder_info->fdFlags);
850 flags = SWAP_BE16(finder_info->fdFlags);
H A Dhfs_xattr.c727 u_int16_t fdFlags; local
831 * The fdFlags for files and frFlags for folders are both 8 bytes
835 fdFlags = *((u_int16_t *) &cp->c_finderinfo[8]);
836 if (fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask)) {
H A Dhfs_vnops.c1505 u_int16_t *fdFlags; local
1569 * The fdFlags for files and frFlags for folders are both 8 bytes
1573 fdFlags = (u_int16_t *) &cp->c_finderinfo[8];
1575 *fdFlags |= OSSwapHostToBigConstInt16(kFinderInvisibleMask);
1577 *fdFlags &= ~OSSwapHostToBigConstInt16(kFinderInvisibleMask);
H A Dhfs_hotfiles.c1877 ((FndrFileInfo *)&cp->c_finderinfo[0])->fdFlags |=
H A Dhfs_catalog.c4428 if (crp->userInfo.fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))

Completed in 64 milliseconds