Searched refs:orph_buf (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/ubifs/ |
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() 823 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans() 824 if (!c->orph_buf) in ubifs_mount_orphans()
|
D | super.c | 905 vfree(c->orph_buf); in free_orphans() 906 c->orph_buf = NULL; in free_orphans() 1798 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1799 if (!c->orph_buf) { in ubifs_remount_rw() 1855 vfree(c->orph_buf); in ubifs_remount_rw() 1856 c->orph_buf = NULL; in ubifs_remount_rw() 1906 vfree(c->orph_buf); in ubifs_remount_ro() 1907 c->orph_buf = NULL; in ubifs_remount_ro()
|
D | ubifs.h | 1421 void *orph_buf; member
|