Searched refs:orph_buf (Results 1 – 3 of 3) sorted by relevance
| /fs/ubifs/ |
| A D | orphan.c | 262 ubifs_prepare_node(c, c->orph_buf, len, 1); in do_write_orph_node() 264 err = ubifs_leb_change(c, c->ohead_lnum, c->orph_buf, len); in do_write_orph_node() 272 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum, in do_write_orph_node() 312 ubifs_assert(c, c->orph_buf); in write_orph_node() 313 orph = c->orph_buf; in write_orph_node() 714 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans() 715 if (!c->orph_buf) in ubifs_mount_orphans()
|
| A D | super.c | 910 vfree(c->orph_buf); in free_orphans() 911 c->orph_buf = NULL; in free_orphans() 1749 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1750 if (!c->orph_buf) { in ubifs_remount_rw() 1806 vfree(c->orph_buf); in ubifs_remount_rw() 1807 c->orph_buf = NULL; in ubifs_remount_rw() 1857 vfree(c->orph_buf); in ubifs_remount_ro() 1858 c->orph_buf = NULL; in ubifs_remount_ro()
|
| A D | ubifs.h | 1406 void *orph_buf; member
|
Completed in 17 milliseconds