Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dtnc.c1096 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up()
1101 kfree(c->bottom_up_buf); in dirty_cow_bottom_up()
1102 c->bottom_up_buf = kmalloc(c->zroot.znode->level * sizeof(int), in dirty_cow_bottom_up()
1104 if (!c->bottom_up_buf) in dirty_cow_bottom_up()
1106 path = c->bottom_up_buf; in dirty_cow_bottom_up()
H A Dsuper.c1385 c->bottom_up_buf = kmalloc(BOTTOM_UP_HEIGHT * sizeof(int), GFP_KERNEL); in mount_ubifs()
1386 if (!c->bottom_up_buf) in mount_ubifs()
1704 kfree(c->bottom_up_buf); in mount_ubifs()
1749 kfree(c->bottom_up_buf); in ubifs_umount()
H A Dubifs.h1892 int *bottom_up_buf; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsuper.c1294 c->bottom_up_buf = kmalloc_array(BOTTOM_UP_HEIGHT, sizeof(int), in mount_ubifs()
1296 if (!c->bottom_up_buf) in mount_ubifs()
1642 kfree(c->bottom_up_buf); in mount_ubifs()
1684 kfree(c->bottom_up_buf); in ubifs_umount()
H A Dtnc.c1093 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up()
1098 kfree(c->bottom_up_buf); in dirty_cow_bottom_up()
1099 c->bottom_up_buf = kmalloc_array(c->zroot.znode->level, in dirty_cow_bottom_up()
1102 if (!c->bottom_up_buf) in dirty_cow_bottom_up()
1104 path = c->bottom_up_buf; in dirty_cow_bottom_up()
H A Dubifs.h1315 int *bottom_up_buf; member