Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dsuper.c1397 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1398 if (!c->ileb_buf) in mount_ubifs()
1706 vfree(c->ileb_buf); in mount_ubifs()
1751 vfree(c->ileb_buf); in ubifs_umount()
1844 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1845 if (!c->ileb_buf) { in ubifs_remount_rw()
1928 vfree(c->ileb_buf); in ubifs_remount_rw()
1929 c->ileb_buf = NULL; in ubifs_remount_rw()
1972 vfree(c->ileb_buf); in ubifs_remount_ro()
1973 c->ileb_buf = NULL; in ubifs_remount_ro()
Dubifs.h1883 void *ileb_buf; member