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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/logfs/
H A Dlogfs.h359 struct logfs_area *s_area[LOGFS_NO_AREAS]; /* open segment array */
371 struct candidate_list s_low_list[LOGFS_NO_AREAS];/* good candidates */
462 #define for_each_area(__i) for (__i = 0; __i < LOGFS_NO_AREAS; __i++)
463 #define for_each_area_down(__i) for (__i = LOGFS_NO_AREAS - 1; __i >= 0; __i--)
H A Dlogfs_abi.h130 * LOGFS_NO_AREAS is twice that, as the inode file and regular files are
135 #define LOGFS_NO_AREAS (2 * LOGFS_MAX_LEVELS) macro
H A Dgc.c370 max_dist = min(no_free_segments(sb), LOGFS_NO_AREAS);
H A Djournal.c122 if (a->gc_level >= LOGFS_NO_AREAS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/logfs/
H A Dlogfs.h359 struct logfs_area *s_area[LOGFS_NO_AREAS]; /* open segment array */
371 struct candidate_list s_low_list[LOGFS_NO_AREAS];/* good candidates */
462 #define for_each_area(__i) for (__i = 0; __i < LOGFS_NO_AREAS; __i++)
463 #define for_each_area_down(__i) for (__i = LOGFS_NO_AREAS - 1; __i >= 0; __i--)
H A Dlogfs_abi.h130 * LOGFS_NO_AREAS is twice that, as the inode file and regular files are
135 #define LOGFS_NO_AREAS (2 * LOGFS_MAX_LEVELS) macro
H A Dgc.c370 max_dist = min(no_free_segments(sb), LOGFS_NO_AREAS);
H A Djournal.c122 if (a->gc_level >= LOGFS_NO_AREAS)

Completed in 172 milliseconds