Home
last modified time | relevance | path

Searched refs:ohead_offs (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dorphan.c198 gap = c->leb_size - c->ohead_offs; in avail_orphs()
236 ubifs_assert(c->ohead_offs == 0); in do_write_orph_node()
241 if (c->ohead_offs == 0) { in do_write_orph_node()
248 c->ohead_offs); in do_write_orph_node()
269 gap = c->leb_size - c->ohead_offs; in write_orph_node()
272 c->ohead_offs = 0; in write_orph_node()
313 c->ohead_offs = ALIGN(c->ohead_offs, 8); in write_orph_node()
383 c->ohead_offs = 0; in consolidate()
488 c->ohead_offs = 0; in ubifs_clear_orphans()
642 c->ohead_offs = 0; in kill_orphans()
[all …]
H A Dubifs.h1975 int ohead_offs; member
/openbmc/linux/fs/ubifs/
H A Dorphan.c279 gap = c->leb_size - c->ohead_offs; in avail_orphs()
317 ubifs_assert(c, c->ohead_offs == 0); in do_write_orph_node()
322 if (c->ohead_offs == 0) { in do_write_orph_node()
329 c->ohead_offs); in do_write_orph_node()
350 gap = c->leb_size - c->ohead_offs; in write_orph_node()
353 c->ohead_offs = 0; in write_orph_node()
394 c->ohead_offs = ALIGN(c->ohead_offs, 8); in write_orph_node()
464 c->ohead_offs = 0; in consolidate()
569 c->ohead_offs = 0; in ubifs_clear_orphans()
760 c->ohead_offs = 0; in kill_orphans()
[all …]
H A Dubifs.h1427 int ohead_offs; member