Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dsuper.c1224 c->bottom_up_buf = kmalloc_array(BOTTOM_UP_HEIGHT, sizeof(int), in mount_ubifs()
1226 if (!c->bottom_up_buf) in mount_ubifs()
1529 kfree(c->bottom_up_buf); in mount_ubifs()
1568 kfree(c->bottom_up_buf); in ubifs_umount()
Dtnc.c1138 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up()
1143 kfree(c->bottom_up_buf); in dirty_cow_bottom_up()
1144 c->bottom_up_buf = kmalloc_array(c->zroot.znode->level, in dirty_cow_bottom_up()
1147 if (!c->bottom_up_buf) in dirty_cow_bottom_up()
1149 path = c->bottom_up_buf; in dirty_cow_bottom_up()
Dubifs.h1288 int *bottom_up_buf; member