Searched refs:bottom_up_buf (Results 1 – 3 of 3) sorted by relevance
1131 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up()1136 kfree(c->bottom_up_buf); in dirty_cow_bottom_up()1137 c->bottom_up_buf = kmalloc_objs(int, c->zroot.znode->level, in dirty_cow_bottom_up()1139 if (!c->bottom_up_buf) in dirty_cow_bottom_up()1141 path = c->bottom_up_buf; in dirty_cow_bottom_up()
1248 c->bottom_up_buf = kmalloc_objs(int, BOTTOM_UP_HEIGHT); in mount_ubifs()1249 if (!c->bottom_up_buf) in mount_ubifs()1594 kfree(c->bottom_up_buf); in mount_ubifs()1638 kfree(c->bottom_up_buf); in ubifs_umount()
1332 int *bottom_up_buf; member