Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dsuper.c1210 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, in mount_ubifs()
1623 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ, GFP_KERNEL); in ubifs_remount_rw()
Dubifs.h167 #define COMPRESSED_DATA_NODE_BUF_SZ \ macro
Djournal.c701 int dlen = COMPRESSED_DATA_NODE_BUF_SZ, allocated = 1; in ubifs_jnl_write_data()