Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsuper.c1313 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in mount_ubifs()
1771 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in ubifs_remount_rw()
H A Dubifs.h141 #define COMPRESSED_DATA_NODE_BUF_SZ \ macro
H A Djournal.c728 int dlen = COMPRESSED_DATA_NODE_BUF_SZ, allocated = 1; in ubifs_jnl_write_data()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsuper.c1406 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, in mount_ubifs()
1848 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, GFP_KERNEL); in ubifs_remount_rw()
H A Dubifs.h760 #define COMPRESSED_DATA_NODE_BUF_SZ \ macro