Searched refs:LOGFS_NO_AREAS (Results 1 – 4 of 4) sorted by relevance
361 struct logfs_area *s_area[LOGFS_NO_AREAS]; /* open segment array */373 struct candidate_list s_low_list[LOGFS_NO_AREAS];/* good candidates */464 #define for_each_area(__i) for (__i = 0; __i < LOGFS_NO_AREAS; __i++)465 #define for_each_area_down(__i) for (__i = LOGFS_NO_AREAS - 1; __i >= 0; __i--)
135 #define LOGFS_NO_AREAS (2 * LOGFS_MAX_LEVELS) macro
370 max_dist = min(no_free_segments(sb), LOGFS_NO_AREAS - 1); in get_candidate()
122 if (a->gc_level >= LOGFS_NO_AREAS) in read_area()