Lines Matching full:space
126 /* Mark the space as dirtied */ in jffs2_write_dnode()
140 …printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned ret… in jffs2_write_dnode()
144 /* Try to reallocate space and retry */ in jffs2_write_dnode()
167 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs)); in jffs2_write_dnode()
174 D1(printk(KERN_DEBUG "Failed to allocate space to retry failed write: %d!\n", ret)); in jffs2_write_dnode()
181 /* Mark the space used */ in jffs2_write_dnode()
279 /* Mark the space as dirtied */ in jffs2_write_dirent()
286 …printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned ret… in jffs2_write_dirent()
290 /* Try to reallocate space and retry */ in jffs2_write_dirent()
313 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs)); in jffs2_write_dirent()
318 D1(printk(KERN_DEBUG "Failed to allocate space to retry failed write: %d!\n", ret)); in jffs2_write_dirent()
325 /* Mark the space used */ in jffs2_write_dirent()
449 /* Try to reserve enough space for both node and dirent. in jffs2_do_create()