Lines Matching full:it

33  *	If it returns zero, jffs2_reserve_space() also downs the per-filesystem
47 /* align it */ in jffs2_reserve_space()
66 * If one block is actually erased, it is not longer counted as dirty_space in jffs2_reserve_space()
67 * but it is counted in c->nr_erasing_blocks, so we add it and subtract it in jffs2_reserve_space()
78 …D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on dirty space to GC, but it's a deletion. Allow… in jffs2_reserve_space()
101 …D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on possibly available space, but it's a deletion… in jffs2_reserve_space()
168 /* Skip the end of this block and file it as having some dirty space */ in jffs2_do_reserve_space()
169 /* If there's a pending write to it, flush now */ in jffs2_do_reserve_space()
183 /* Check, if we have a dirty block now, or if it was dirty already */ in jffs2_do_reserve_space()
232 /* Have another go. It'll be on the erasable_list now */ in jffs2_do_reserve_space()
246 /* Don't wait for it; just erase one right now */ in jffs2_do_reserve_space()
273 /* Only node in it beforehand was a CLEANMARKER node (we think). in jffs2_do_reserve_space()
274 So mark it obsolete now that there's going to be another node in jffs2_do_reserve_space()
277 won't try to refile it to the dirty_list. in jffs2_do_reserve_space()
339 /* If it lives on the dirty_list, jffs2_reserve_space will put it there */ in jffs2_add_physical_node_ref()
343 /* Flush the last write in the block if it's outstanding */ in jffs2_add_physical_node_ref()
498 /* Most of the time, we just erase it immediately. Otherwise we in jffs2_mark_node_obsolete()
499 spend ages scanning it on mount, etc. */ in jffs2_mark_node_obsolete()
505 /* Sometimes, however, we leave it elsewhere so it doesn't get in jffs2_mark_node_obsolete()
604 and if it's also obsolete and if it doesn't belong to any inode */ in jffs2_mark_node_obsolete()
664 * If one block is actually erased, it is not longer counted as dirty_space in jffs2_thread_should_wake()
665 * but it is counted in c->nr_erasing_blocks, so we add it and subtract it in jffs2_thread_should_wake()