Home
last modified time | relevance | path

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

/fs/ubifs/
Dorphan.c210 gap = c->leb_size - c->ohead_offs; in avail_orphs()
248 ubifs_assert(c->ohead_offs == 0); in do_write_orph_node()
254 if (c->ohead_offs == 0) { in do_write_orph_node()
261 c->ohead_offs, UBI_SHORTTERM); in do_write_orph_node()
282 gap = c->leb_size - c->ohead_offs; in write_orph_node()
285 c->ohead_offs = 0; in write_orph_node()
319 ubifs_assert(c->ohead_offs + len <= c->leb_size); in write_orph_node()
323 c->ohead_offs += ALIGN(len, c->min_io_size); in write_orph_node()
324 c->ohead_offs = ALIGN(c->ohead_offs, 8); in write_orph_node()
394 c->ohead_offs = 0; in consolidate()
[all …]
Dubifs.h1310 int ohead_offs; member