Searched refs:ileb_buf (Results 1 – 3 of 3) sorted by relevance
/fs/ubifs/ |
D | super.c | 1317 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs() 1318 if (!c->ileb_buf) in mount_ubifs() 1652 vfree(c->ileb_buf); in mount_ubifs() 1696 vfree(c->ileb_buf); in ubifs_umount() 1780 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1781 if (!c->ileb_buf) { in ubifs_remount_rw() 1872 vfree(c->ileb_buf); in ubifs_remount_rw() 1873 c->ileb_buf = NULL; in ubifs_remount_rw() 1919 vfree(c->ileb_buf); in ubifs_remount_ro() 1920 c->ileb_buf = NULL; in ubifs_remount_ro()
|
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()
|
D | ubifs.h | 1335 void *ileb_buf; member
|