Searched refs:bottom_up_buf (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dtnc.c1131 int *path = c->bottom_up_buf, p = 0;
1136 kfree(c->bottom_up_buf);
1137 c->bottom_up_buf = kmalloc_array(c->zroot.znode->level,
1140 if (!c->bottom_up_buf)
1142 path = c->bottom_up_buf;
H A Dsuper.c1306 c->bottom_up_buf = kmalloc_array(BOTTOM_UP_HEIGHT, sizeof(int),
1308 if (!c->bottom_up_buf)
1653 kfree(c->bottom_up_buf);
1697 kfree(c->bottom_up_buf);
H A Dubifs.h146 /* Maximum expected tree height for use by bottom_up_buf */
1085 * @bottom_up_buf: a buffer which is used by 'dirty_cow_bottom_up()' in tnc.c
1347 int *bottom_up_buf; member in struct:ubifs_info

Completed in 123 milliseconds