Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ubifs/
Dtnc.c1084 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up()
1089 kfree(c->bottom_up_buf); in dirty_cow_bottom_up()
1090 c->bottom_up_buf = kmalloc(c->zroot.znode->level * sizeof(int), in dirty_cow_bottom_up()
1092 if (!c->bottom_up_buf) in dirty_cow_bottom_up()
1094 path = c->bottom_up_buf; in dirty_cow_bottom_up()
Dsuper.c1188 c->bottom_up_buf = kmalloc(BOTTOM_UP_HEIGHT * sizeof(int), GFP_KERNEL); in mount_ubifs()
1189 if (!c->bottom_up_buf) in mount_ubifs()
1491 kfree(c->bottom_up_buf); in mount_ubifs()
1530 kfree(c->bottom_up_buf); in ubifs_umount()
Dubifs.h1293 int *bottom_up_buf; member