Searched refs:write_reserve_buf (Results 1 – 3 of 3) sorted by relevance
1313 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in mount_ubifs()1316 if (!c->write_reserve_buf) in mount_ubifs()1638 kfree(c->write_reserve_buf); in mount_ubifs()1680 kfree(c->write_reserve_buf); in ubifs_umount()1771 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in ubifs_remount_rw()1773 if (!c->write_reserve_buf) { in ubifs_remount_rw()1857 kfree(c->write_reserve_buf); in ubifs_remount_rw()1858 c->write_reserve_buf = NULL; in ubifs_remount_rw()1904 kfree(c->write_reserve_buf); in ubifs_remount_ro()1905 c->write_reserve_buf = NULL; in ubifs_remount_ro()
1325 void *write_reserve_buf; member
754 data = c->write_reserve_buf; in ubifs_jnl_write_data()
Completed in 16 milliseconds