Home
last modified time | relevance | path

Searched refs:write_reserve_buf (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dsuper.c1322 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in mount_ubifs()
1325 if (!c->write_reserve_buf) in mount_ubifs()
1647 kfree(c->write_reserve_buf); in mount_ubifs()
1689 kfree(c->write_reserve_buf); in ubifs_umount()
1780 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in ubifs_remount_rw()
1782 if (!c->write_reserve_buf) { in ubifs_remount_rw()
1865 kfree(c->write_reserve_buf); in ubifs_remount_rw()
1866 c->write_reserve_buf = NULL; in ubifs_remount_rw()
1912 kfree(c->write_reserve_buf); in ubifs_remount_ro()
1913 c->write_reserve_buf in ubifs_remount_ro()
[all...]
H A Dubifs.h1071 * @write_reserve_mutex: protects @write_reserve_buf
1072 * @write_reserve_buf: on the write path we allocate memory, which might
1325 void *write_reserve_buf; member
H A Djournal.c754 data = c->write_reserve_buf; in ubifs_jnl_write_data()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dsuper.c1326 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in mount_ubifs()
1329 if (!c->write_reserve_buf) in mount_ubifs()
1650 kfree(c->write_reserve_buf); in mount_ubifs()
1694 kfree(c->write_reserve_buf); in ubifs_umount()
1786 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in ubifs_remount_rw()
1788 if (!c->write_reserve_buf) { in ubifs_remount_rw()
1870 kfree(c->write_reserve_buf); in ubifs_remount_rw()
1871 c->write_reserve_buf = NULL; in ubifs_remount_rw()
1917 kfree(c->write_reserve_buf); in ubifs_remount_ro()
1918 c->write_reserve_buf in ubifs_remount_ro()
[all...]
H A Dubifs.h1092 * @write_reserve_mutex: protects @write_reserve_buf
1093 * @write_reserve_buf: on the write path we allocate memory, which might
1353 void *write_reserve_buf; member
H A Djournal.c754 data = c->write_reserve_buf; in ubifs_jnl_write_data()

Completed in 15 milliseconds