Searched refs:write_reserve_buf (Results 1 – 3 of 3) sorted by relevance
1206 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, in mount_ubifs()1208 if (!c->write_reserve_buf) in mount_ubifs()1487 kfree(c->write_reserve_buf); in mount_ubifs()1526 kfree(c->write_reserve_buf); in ubifs_umount()1619 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, GFP_KERNEL); in ubifs_remount_rw()1620 if (!c->write_reserve_buf) { in ubifs_remount_rw()1695 kfree(c->write_reserve_buf); in ubifs_remount_rw()1696 c->write_reserve_buf = NULL; in ubifs_remount_rw()1739 kfree(c->write_reserve_buf); in ubifs_remount_ro()1740 c->write_reserve_buf = NULL; in ubifs_remount_ro()
1303 void *write_reserve_buf; member
719 data = c->write_reserve_buf; in ubifs_jnl_write_data()