Searched refs:ileb_buf (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ubifs/ |
A D | super.c | 1304 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() 1859 vfree(c->ileb_buf); in ubifs_remount_rw() 1860 c->ileb_buf = NULL; in ubifs_remount_rw() 1906 vfree(c->ileb_buf); in ubifs_remount_ro() 1907 c->ileb_buf = NULL; in ubifs_remount_ro()
|
A D | tnc_commit.c | 128 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()
|
A D | ubifs.h | 1307 void *ileb_buf; member
|
Completed in 14 milliseconds