Searched refs:orph_buf (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | orphan.c | 238 ubifs_prepare_node(c, c->orph_buf, len, 1); in do_write_orph_node() 240 err = ubifs_leb_change(c, c->ohead_lnum, c->orph_buf, len); in do_write_orph_node() 248 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum, in do_write_orph_node() 288 ubifs_assert(c->orph_buf); in write_orph_node() 289 orph = c->orph_buf; in write_orph_node() 706 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans() 707 if (!c->orph_buf) in ubifs_mount_orphans()
|
| H A D | super.c | 1050 vfree(c->orph_buf); in free_orphans() 1051 c->orph_buf = NULL; in free_orphans() 1869 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1870 if (!c->orph_buf) { in ubifs_remount_rw() 1917 vfree(c->orph_buf); in ubifs_remount_rw() 1918 c->orph_buf = NULL; in ubifs_remount_rw() 1966 vfree(c->orph_buf); in ubifs_remount_ro() 1967 c->orph_buf = NULL; in ubifs_remount_ro()
|
| H A D | ubifs.h | 1970 void *orph_buf; member
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | orphan.c | 318 ubifs_prepare_node(c, c->orph_buf, len, 1); in do_write_orph_node() 320 err = ubifs_leb_change(c, c->ohead_lnum, c->orph_buf, len); in do_write_orph_node() 328 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum, in do_write_orph_node() 368 ubifs_assert(c, c->orph_buf); in write_orph_node() 369 orph = c->orph_buf; in write_orph_node() 821 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans() 822 if (!c->orph_buf) in ubifs_mount_orphans()
|
| H A D | super.c | 905 vfree(c->orph_buf); in free_orphans() 906 c->orph_buf = NULL; in free_orphans() 1793 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1794 if (!c->orph_buf) { in ubifs_remount_rw() 1850 vfree(c->orph_buf); in ubifs_remount_rw() 1851 c->orph_buf = NULL; in ubifs_remount_rw() 1901 vfree(c->orph_buf); in ubifs_remount_ro() 1902 c->orph_buf = NULL; in ubifs_remount_ro()
|
| H A D | ubifs.h | 1393 void *orph_buf; member
|