Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
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()
Dubifs.h759 #define COMPRESSED_DATA_NODE_BUF_SZ \ macro