Home
last modified time | relevance | path

Searched refs:BOTTOM_UP_HEIGHT (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dubifs.h763 #define BOTTOM_UP_HEIGHT 64 macro
H A Dsuper.c1387 c->bottom_up_buf = kmalloc(BOTTOM_UP_HEIGHT * sizeof(int), GFP_KERNEL); in mount_ubifs()
H A Dtnc.c1082 if (c->zroot.znode->level > BOTTOM_UP_HEIGHT) { in dirty_cow_bottom_up()
/openbmc/linux/fs/ubifs/
H A Dubifs.h147 #define BOTTOM_UP_HEIGHT 64 macro
H A Dsuper.c1307 c->bottom_up_buf = kmalloc_array(BOTTOM_UP_HEIGHT, sizeof(int), in mount_ubifs()
H A Dtnc.c1135 if (c->zroot.znode->level > BOTTOM_UP_HEIGHT) { in dirty_cow_bottom_up()