Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dsuper.c1313 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 in ubifs_remount_ro()
[all...]
H A Dtnc_commit.c128 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()
H A Dubifs.h1054 * @ileb_buf: buffer for commit in-the-gaps method
1055 * @ileb_len: length of data in ileb_buf
1307 void *ileb_buf; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dsuper.c1317 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 in ubifs_remount_ro()
[all...]
H A Dtnc_commit.c128 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()
H A Dubifs.h1075 * @ileb_buf: buffer for commit in-the-gaps method
1076 * @ileb_len: length of data in ileb_buf
1335 void *ileb_buf; member

Completed in 19 milliseconds