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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c110 u_long searchBits,
117 static int CheckAccess(ExtendedVCB *vcb, u_long searchBits, CatalogKey *key, struct vfs_context *ctx);
550 CheckAccess(ExtendedVCB *theVCBPtr, u_long searchBits, CatalogKey *theKeyPtr, struct vfs_context *ctx) argument
586 if ( searchBits & SRCHFS_SKIPPACKAGES ) {
595 if ( searchBits & SRCHFS_SKIPINAPPROPRIATE ) {
603 if ( (searchBits & SRCHFS_SKIPINVISIBLE) &&
649 u_long searchBits,
669 if ( (searchBits & SRCHFS_MATCHDIRS) == 0 ) { /* If we are NOT searching folders */
676 if ( (searchBits & SRCHFS_MATCHFILES) == 0 ) { /* If we are NOT searching files */
684 if (searchBits
648 CheckCriteria( ExtendedVCB *vcb, u_long searchBits, struct attrlist *attrList, CatalogRecord *rec, CatalogKey *key, searchinfospec_t *searchInfo1, searchinfospec_t *searchInfo2 ) argument
[all...]

Completed in 27 milliseconds