bottom_up_buf    1255 fs/ubifs/super.c 	c->bottom_up_buf = kmalloc_array(BOTTOM_UP_HEIGHT, sizeof(int),
bottom_up_buf    1257 fs/ubifs/super.c 	if (!c->bottom_up_buf)
bottom_up_buf    1601 fs/ubifs/super.c 	kfree(c->bottom_up_buf);
bottom_up_buf    1644 fs/ubifs/super.c 	kfree(c->bottom_up_buf);
bottom_up_buf    1094 fs/ubifs/tnc.c 	int *path = c->bottom_up_buf, p = 0;
bottom_up_buf    1099 fs/ubifs/tnc.c 		kfree(c->bottom_up_buf);
bottom_up_buf    1100 fs/ubifs/tnc.c 		c->bottom_up_buf = kmalloc_array(c->zroot.znode->level,
bottom_up_buf    1103 fs/ubifs/tnc.c 		if (!c->bottom_up_buf)
bottom_up_buf    1105 fs/ubifs/tnc.c 		path = c->bottom_up_buf;
bottom_up_buf    1313 fs/ubifs/ubifs.h 	int *bottom_up_buf;