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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h249 enum { kFinderInvisibleMask = 1 << 14 }; enumerator in enum:__anon55
H A Dhfs_xattr.c836 if (fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask)) {
H A Dhfs_catalog.c4414 if (((const HFSPlusCatalogFolder *)crp)->userInfo.frFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
4428 if (crp->userInfo.fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
H A Dhfs_vnops.c1575 *fdFlags |= OSSwapHostToBigConstInt16(kFinderInvisibleMask);
1577 *fdFlags &= ~OSSwapHostToBigConstInt16(kFinderInvisibleMask);

Completed in 39 milliseconds