Searched refs:ileb_buf (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
D | super.c | 1313 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs() 1314 if (!c->ileb_buf) in mount_ubifs() 1649 vfree(c->ileb_buf); in mount_ubifs() 1691 vfree(c->ileb_buf); in ubifs_umount() 1774 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw() 1775 if (!c->ileb_buf) { in ubifs_remount_rw() 1867 vfree(c->ileb_buf); in ubifs_remount_rw() 1868 c->ileb_buf = NULL; in ubifs_remount_rw() 1914 vfree(c->ileb_buf); in ubifs_remount_ro() 1915 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 | 1307 void *ileb_buf; member
|