Searched refs:write_reserve_buf (Results 1 – 3 of 3) sorted by relevance
1268 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in mount_ubifs()1271 if (!c->write_reserve_buf) in mount_ubifs()1592 kfree(c->write_reserve_buf); in mount_ubifs()1636 kfree(c->write_reserve_buf); in ubifs_umount()1728 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in ubifs_remount_rw()1730 if (!c->write_reserve_buf) { in ubifs_remount_rw()1812 kfree(c->write_reserve_buf); in ubifs_remount_rw()1813 c->write_reserve_buf = NULL; in ubifs_remount_rw()1859 kfree(c->write_reserve_buf); in ubifs_remount_ro()1860 c->write_reserve_buf = NULL; in ubifs_remount_ro()
1338 void *write_reserve_buf; member
887 data = c->write_reserve_buf; in ubifs_jnl_write_data()
Completed in 16 milliseconds