Searched refs:orph_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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() 823 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans() 824 if (!c->orph_buf) in ubifs_mount_orphans()
|
H A D | super.c | 914 vfree(c->orph_buf); in free_orphans() 915 c->orph_buf = NULL; in free_orphans() 1802 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1803 if (!c->orph_buf) { in ubifs_remount_rw() 1859 vfree(c->orph_buf); in ubifs_remount_rw() 1860 c->orph_buf = NULL; in ubifs_remount_rw() 1910 vfree(c->orph_buf); in ubifs_remount_ro() 1911 c->orph_buf = NULL; in ubifs_remount_ro()
|
H A D | ubifs.h | 1148 * @orph_buf: buffer for orphan nodes 1393 void *orph_buf; member
|
/kernel/linux/linux-6.6/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() 823 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans() 824 if (!c->orph_buf) in ubifs_mount_orphans()
|
H A D | super.c | 914 vfree(c->orph_buf); in free_orphans() 915 c->orph_buf = NULL; in free_orphans() 1807 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1808 if (!c->orph_buf) { in ubifs_remount_rw() 1864 vfree(c->orph_buf); in ubifs_remount_rw() 1865 c->orph_buf = NULL; in ubifs_remount_rw() 1915 vfree(c->orph_buf); in ubifs_remount_ro() 1916 c->orph_buf = NULL; in ubifs_remount_ro()
|
H A D | ubifs.h | 1169 * @orph_buf: buffer for orphan nodes 1421 void *orph_buf; member
|
Completed in 15 milliseconds