Searched refs:ileb_buf (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dtnc_commit.c128 err = make_idx_node(c, c->ileb_buf + gap_pos, znode,
150 ubifs_pad(c, c->ileb_buf + gap_pos, pad_len);
246 sleb = ubifs_scan(c, lnum, 0, c->ileb_buf, 0);
318 err = ubifs_leb_change(c, lnum, c->ileb_buf, c->ileb_len);
H A Dsuper.c1316 c->ileb_buf = vmalloc(c->leb_size);
1317 if (!c->ileb_buf)
1651 vfree(c->ileb_buf);
1695 vfree(c->ileb_buf);
1779 c->ileb_buf = vmalloc(c->leb_size);
1780 if (!c->ileb_buf) {
1871 vfree(c->ileb_buf);
1872 c->ileb_buf = NULL;
1918 vfree(c->ileb_buf);
1919 c->ileb_buf
[all...]
H A Dubifs.h1077 * @ileb_buf: buffer for commit in-the-gaps method
1078 * @ileb_len: length of data in ileb_buf
1339 void *ileb_buf; member in struct:ubifs_info

Completed in 179 milliseconds