Searched refs:SRCH_FIRST_FILE (Results 1 – 2 of 2) sorted by relevance
149 if (search_type & SRCH_FIRST_FILE) in mca_search()505 flag = SRCH_FIRST_FILE;894 if (search_type & SRCH_FIRST_FILE)910 search_type &= ~SRCH_FIRST_FILE;
345 #define SRCH_FIRST_FILE (1 << 10) /* Search starting at the first file */ macro