Searched refs:orph_buf (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | orphan.c | 237 ubifs_prepare_node(c, c->orph_buf, len, 1); in do_write_orph_node() 239 err = ubifs_leb_change(c, c->ohead_lnum, c->orph_buf, len); in do_write_orph_node() 247 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum, in do_write_orph_node() 287 ubifs_assert(c->orph_buf); in write_orph_node() 288 orph = c->orph_buf; in write_orph_node() 705 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans() 706 if (!c->orph_buf) in ubifs_mount_orphans()
|
D | super.c | 1049 vfree(c->orph_buf); in free_orphans() 1050 c->orph_buf = NULL; in free_orphans() 1871 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1872 if (!c->orph_buf) { in ubifs_remount_rw() 1919 vfree(c->orph_buf); in ubifs_remount_rw() 1920 c->orph_buf = NULL; in ubifs_remount_rw() 1968 vfree(c->orph_buf); in ubifs_remount_ro() 1969 c->orph_buf = NULL; in ubifs_remount_ro()
|
D | ubifs.h | 1969 void *orph_buf; member
|