Home
last modified time | relevance | path

Searched refs:ileb_buf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsuper.c1304 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1305 if (!c->ileb_buf) in mount_ubifs()
1640 vfree(c->ileb_buf); in mount_ubifs()
1682 vfree(c->ileb_buf); in ubifs_umount()
1765 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1766 if (!c->ileb_buf) { in ubifs_remount_rw()
1858 vfree(c->ileb_buf); in ubifs_remount_rw()
1859 c->ileb_buf = NULL; in ubifs_remount_rw()
1905 vfree(c->ileb_buf); in ubifs_remount_ro()
1906 c->ileb_buf = NULL; in ubifs_remount_ro()
H A Dtnc_commit.c128 err = make_idx_node(c, c->ileb_buf + gap_pos, znode, in fill_gap()
150 ubifs_pad(c, c->ileb_buf + gap_pos, pad_len); in fill_gap()
246 sleb = ubifs_scan(c, lnum, 0, c->ileb_buf, 0); in layout_leb_in_gaps()
318 err = ubifs_leb_change(c, lnum, c->ileb_buf, c->ileb_len); in layout_leb_in_gaps()
H A Dubifs.h1307 void *ileb_buf; member
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsuper.c1395 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1396 if (!c->ileb_buf) in mount_ubifs()
1702 vfree(c->ileb_buf); in mount_ubifs()
1747 vfree(c->ileb_buf); in ubifs_umount()
1842 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1843 if (!c->ileb_buf) { in ubifs_remount_rw()
1926 vfree(c->ileb_buf); in ubifs_remount_rw()
1927 c->ileb_buf = NULL; in ubifs_remount_rw()
1970 vfree(c->ileb_buf); in ubifs_remount_ro()
1971 c->ileb_buf = NULL; in ubifs_remount_ro()
H A Dubifs.h1884 void *ileb_buf; member