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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Djffs2_fs_sb.h64 uint32_t nr_free_blocks; member in struct:jffs2_sb_info
H A Dnodemgmt.c58 while(c->nr_free_blocks + c->nr_erasing_blocks < blocksneeded) {
75 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) {
98 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) {
112 D1(printk(KERN_DEBUG "Triggering GC pass. nr_free_blocks %d, nr_erasing_blocks %d, free_size 0x%08x, dirty_size 0x%08x, wasted_size 0x%08x, used_size 0x%08x, erasing_size 0x%08x, bad_size 0x%08x (total 0x%08x of 0x%08x)\n",
113 c->nr_free_blocks, c->nr_erasing_blocks, c->free_size, c->dirty_size, c->wasted_size, c->used_size, c->erasing_size, c->bad_size,
251 printk(KERN_CRIT "Argh. No free space left for GC. nr_erasing_blocks is %d. nr_free_blocks is %d. (erasableempty: %s, erasingempty: %s, erasependingempty: %s)\n",
252 c->nr_erasing_blocks, c->nr_free_blocks, list_empty(&c->erasable_list)?"yes":"no",
271 c->nr_free_blocks--;
765 if (c->nr_free_blocks + c->nr_erasing_blocks < c->resv_blocks_gctrigger &&
779 D1(printk(KERN_DEBUG "jffs2_thread_should_wake(): nr_free_blocks
[all...]
H A Dscan.c175 c->nr_free_blocks++;
257 if ( !c->used_size && ((c->nr_free_blocks+empty_blocks+bad_blocks)!= c->nr_blocks || bad_blocks == c->nr_blocks) ) {
1136 if (c->nr_free_blocks) {
1137 rotateby = pseudo_random % c->nr_free_blocks;
H A Derase.c479 c->nr_free_blocks++;
H A Dgc.c53 if (!list_empty(&c->bad_used_list) && c->nr_free_blocks > c->resv_blocks_gcbad) {
1121 if (c->nr_free_blocks + c->nr_erasing_blocks > c->resv_blocks_gcmerge) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_sb.h64 uint32_t nr_free_blocks; member in struct:jffs2_sb_info
H A Dnodemgmt.c58 while(c->nr_free_blocks + c->nr_erasing_blocks < blocksneeded) {
75 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) {
98 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) {
112 D1(printk(KERN_DEBUG "Triggering GC pass. nr_free_blocks %d, nr_erasing_blocks %d, free_size 0x%08x, dirty_size 0x%08x, wasted_size 0x%08x, used_size 0x%08x, erasing_size 0x%08x, bad_size 0x%08x (total 0x%08x of 0x%08x)\n",
113 c->nr_free_blocks, c->nr_erasing_blocks, c->free_size, c->dirty_size, c->wasted_size, c->used_size, c->erasing_size, c->bad_size,
251 printk(KERN_CRIT "Argh. No free space left for GC. nr_erasing_blocks is %d. nr_free_blocks is %d. (erasableempty: %s, erasingempty: %s, erasependingempty: %s)\n",
252 c->nr_erasing_blocks, c->nr_free_blocks, list_empty(&c->erasable_list)?"yes":"no",
271 c->nr_free_blocks--;
765 if (c->nr_free_blocks + c->nr_erasing_blocks < c->resv_blocks_gctrigger &&
779 D1(printk(KERN_DEBUG "jffs2_thread_should_wake(): nr_free_blocks
[all...]
H A Dscan.c175 c->nr_free_blocks++;
257 if ( !c->used_size && ((c->nr_free_blocks+empty_blocks+bad_blocks)!= c->nr_blocks || bad_blocks == c->nr_blocks) ) {
1136 if (c->nr_free_blocks) {
1137 rotateby = pseudo_random % c->nr_free_blocks;
H A Derase.c479 c->nr_free_blocks++;
H A Dgc.c53 if (!list_empty(&c->bad_used_list) && c->nr_free_blocks > c->resv_blocks_gcbad) {
1121 if (c->nr_free_blocks + c->nr_erasing_blocks > c->resv_blocks_gcmerge) {

Completed in 176 milliseconds