Searched refs:write_reserve_buf (Results 1 – 3 of 3) sorted by relevance
1210 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, in mount_ubifs()1212 if (!c->write_reserve_buf) in mount_ubifs()1491 kfree(c->write_reserve_buf); in mount_ubifs()1530 kfree(c->write_reserve_buf); in ubifs_umount()1623 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, GFP_KERNEL); in ubifs_remount_rw()1624 if (!c->write_reserve_buf) { in ubifs_remount_rw()1699 kfree(c->write_reserve_buf); in ubifs_remount_rw()1700 c->write_reserve_buf = NULL; in ubifs_remount_rw()1743 kfree(c->write_reserve_buf); in ubifs_remount_ro()1744 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()