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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c113 u_long searchBits,
120 static int CheckAccess(ExtendedVCB *vcb, u_long searchBits, CatalogKey *key, struct vfs_context *ctx);
546 CheckAccess(ExtendedVCB *theVCBPtr, u_long searchBits, CatalogKey *theKeyPtr, struct vfs_context *ctx) argument
582 if ( searchBits & SRCHFS_SKIPPACKAGES ) {
591 if ( searchBits & SRCHFS_SKIPINAPPROPRIATE ) {
599 if ( (searchBits & SRCHFS_SKIPINVISIBLE) &&
645 u_long searchBits,
665 if ( (searchBits & SRCHFS_MATCHDIRS) == 0 ) { /* If we are NOT searching folders */
672 if ( (searchBits & SRCHFS_MATCHFILES) == 0 ) { /* If we are NOT searching files */
680 if (searchBits
644 CheckCriteria( ExtendedVCB *vcb, u_long searchBits, struct attrlist *attrList, CatalogRecord *rec, CatalogKey *key, searchinfospec_t *searchInfo1, searchinfospec_t *searchInfo2 ) argument
[all...]

Completed in 11 milliseconds