Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dsuper.c1401 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1402 if (!c->ileb_buf) in mount_ubifs()
1710 vfree(c->ileb_buf); in mount_ubifs()
1755 vfree(c->ileb_buf); in ubifs_umount()
1848 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1849 if (!c->ileb_buf) { in ubifs_remount_rw()
1932 vfree(c->ileb_buf); in ubifs_remount_rw()
1933 c->ileb_buf = NULL; in ubifs_remount_rw()
1976 vfree(c->ileb_buf); in ubifs_remount_ro()
1977 c->ileb_buf = NULL; in ubifs_remount_ro()
A Dubifs.h1883 void *ileb_buf; member

Completed in 13 milliseconds