Searched refs:write_reserve_buf (Results 1 – 3 of 3) sorted by relevance
1208 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, in mount_ubifs()1210 if (!c->write_reserve_buf) in mount_ubifs()1489 kfree(c->write_reserve_buf); in mount_ubifs()1528 kfree(c->write_reserve_buf); in ubifs_umount()1621 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, GFP_KERNEL); in ubifs_remount_rw()1622 if (!c->write_reserve_buf) { in ubifs_remount_rw()1697 kfree(c->write_reserve_buf); in ubifs_remount_rw()1698 c->write_reserve_buf = NULL; in ubifs_remount_rw()1741 kfree(c->write_reserve_buf); in ubifs_remount_ro()1742 c->write_reserve_buf = NULL; in ubifs_remount_ro()
1298 void *write_reserve_buf; member
714 data = c->write_reserve_buf; in ubifs_jnl_write_data()