Lines Matching full:space

22  *	jffs2_reserve_space - request physical space to write nodes to flash
29 * Requests a block of physical space on the flash. Returns zero for success
71 * We add unchecked_size here, as we hopefully will find some space to use. 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()
89 /* Calc possibly available space. Possibly available means that we in jffs2_reserve_space()
91 * more usable space. This will affect the sum only once, as gc first finishes checking in jffs2_reserve_space()
93 + Return -ENOSPC, if the maximum possibly available space is less or equal than 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()
238 And there's no space left. At all. */ in jffs2_do_reserve_space()
239 …printk(KERN_CRIT "Argh. No free space left for GC. nr_erasing_blocks is %d. nr_free_blocks is %d. … in jffs2_do_reserve_space()
251 amount of free space available. So we must in jffs2_do_reserve_space()
267 enough space */ in jffs2_do_reserve_space()
295 * Should only be used to report nodes for which space has been allocated
445 /* Convert wasted space to dirty, if not a bad block */ in jffs2_mark_node_obsolete()
452 D1(printk(KERN_DEBUG "Converting %d bytes of wasted space to dirty in block at %08x\n", in jffs2_mark_node_obsolete()