Home
last modified time | relevance | path

Searched refs:COMPRESSED_DATA_NODE_BUF_SZ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Djournal.c728 int dlen = COMPRESSED_DATA_NODE_BUF_SZ, allocated = 1; in ubifs_jnl_write_data()
1572 dn_size = COMPRESSED_DATA_NODE_BUF_SZ; in ubifs_jnl_truncate()
H A Dsuper.c1326 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in mount_ubifs()
1786 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in ubifs_remount_rw()
H A Dubifs.h143 #define COMPRESSED_DATA_NODE_BUF_SZ \ macro
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c1408 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, in mount_ubifs()
1850 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, GFP_KERNEL); in ubifs_remount_rw()
H A Dubifs.h759 #define COMPRESSED_DATA_NODE_BUF_SZ \ macro