Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
Dorphan.c272 gap = c->leb_size - c->ohead_offs; in avail_orphs()
310 ubifs_assert(c, c->ohead_offs == 0); in do_write_orph_node()
315 if (c->ohead_offs == 0) { in do_write_orph_node()
322 c->ohead_offs); in do_write_orph_node()
343 gap = c->leb_size - c->ohead_offs; in write_orph_node()
346 c->ohead_offs = 0; in write_orph_node()
382 ubifs_assert(c, c->ohead_offs + len <= c->leb_size); in write_orph_node()
386 c->ohead_offs += ALIGN(len, c->min_io_size); in write_orph_node()
387 c->ohead_offs = ALIGN(c->ohead_offs, 8); in write_orph_node()
457 c->ohead_offs = 0; in consolidate()
[all …]
Dubifs.h1397 int ohead_offs; member