Searched refs:bottom_up_buf (Results 1 – 2 of 2) 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_array(c->zroot.znode->level, in dirty_cow_bottom_up() 1140 if (!c->bottom_up_buf) in dirty_cow_bottom_up() 1142 path = c->bottom_up_buf; in dirty_cow_bottom_up()
139 /* Maximum expected tree height for use by bottom_up_buf */1066 * @bottom_up_buf: a buffer which is used by 'dirty_cow_bottom_up()' in tnc.c1328 int *bottom_up_buf; member