Searched refs:write_reserve_buf (Results 1 – 5 of 5) 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()1856 kfree(c->write_reserve_buf); in ubifs_remount_rw()1857 c->write_reserve_buf = NULL; in ubifs_remount_rw()1903 kfree(c->write_reserve_buf); in ubifs_remount_ro()1904 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()
1406 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, in mount_ubifs()1408 if (!c->write_reserve_buf) in mount_ubifs()1700 kfree(c->write_reserve_buf); in mount_ubifs()1745 kfree(c->write_reserve_buf); in ubifs_umount()1848 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, GFP_KERNEL); in ubifs_remount_rw()1849 if (!c->write_reserve_buf) { in ubifs_remount_rw()1924 kfree(c->write_reserve_buf); in ubifs_remount_rw()1925 c->write_reserve_buf = NULL; in ubifs_remount_rw()1968 kfree(c->write_reserve_buf); in ubifs_remount_ro()1969 c->write_reserve_buf = NULL; in ubifs_remount_ro()
1902 void *write_reserve_buf; member