Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Djournal.c728 int dlen = COMPRESSED_DATA_NODE_BUF_SZ, allocated = 1; in ubifs_jnl_write_data()
1568 dn_size = COMPRESSED_DATA_NODE_BUF_SZ; in ubifs_jnl_truncate()
Dsuper.c1317 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in mount_ubifs()
1777 c->write_reserve_buf = kmalloc(COMPRESSED_DATA_NODE_BUF_SZ + \ in ubifs_remount_rw()
Dubifs.h143 #define COMPRESSED_DATA_NODE_BUF_SZ \ macro