Searched refs:n_dirty_caches (Results 1 – 1 of 1) sorted by relevance
4957 int n_dirty_caches; in yaffs_get_n_free_chunks() local4966 for (n_dirty_caches = 0, i = 0; i < dev->param.n_caches; i++) { in yaffs_get_n_free_chunks()4968 n_dirty_caches++; in yaffs_get_n_free_chunks()4971 n_free -= n_dirty_caches; in yaffs_get_n_free_chunks()