Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dtnc.c1078 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up()
1083 kfree(c->bottom_up_buf); in dirty_cow_bottom_up()
1084 c->bottom_up_buf = kmalloc(c->zroot.znode->level * sizeof(int), in dirty_cow_bottom_up()
1086 if (!c->bottom_up_buf) in dirty_cow_bottom_up()
1088 path = c->bottom_up_buf; in dirty_cow_bottom_up()
H A Dsuper.c1387 c->bottom_up_buf = kmalloc(BOTTOM_UP_HEIGHT * sizeof(int), GFP_KERNEL); in mount_ubifs()
1388 if (!c->bottom_up_buf) in mount_ubifs()
1708 kfree(c->bottom_up_buf); in mount_ubifs()
1753 kfree(c->bottom_up_buf); in ubifs_umount()
H A Dubifs.h1891 int *bottom_up_buf; member
/openbmc/linux/fs/ubifs/
H A Dsuper.c1307 c->bottom_up_buf = kmalloc_array(BOTTOM_UP_HEIGHT, sizeof(int), in mount_ubifs()
1309 if (!c->bottom_up_buf) in mount_ubifs()
1654 kfree(c->bottom_up_buf); in mount_ubifs()
1698 kfree(c->bottom_up_buf); in ubifs_umount()
H A Dtnc.c1131 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()
H A Dubifs.h1343 int *bottom_up_buf; member