Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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