Searched refs:kFinderInvisibleMask (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h275 enum { kFinderInvisibleMask = 1 << 14 }; enumerator in enum:__anon54
H A Dhfs_xattr.c853 if (fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask)) {
H A Dhfs_catalog.c4401 if (((const HFSPlusCatalogFolder *)crp)->userInfo.frFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
4415 if (crp->userInfo.fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
H A Dhfs_vnops.c1627 *fdFlags |= OSSwapHostToBigConstInt16(kFinderInvisibleMask);
1629 *fdFlags &= ~OSSwapHostToBigConstInt16(kFinderInvisibleMask);

Completed in 52 milliseconds