Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
389 ubifs_assert(c, c->ohead_offs + len <= c->leb_size); in write_orph_node()
393 c->ohead_offs += ALIGN(len, c->min_io_size); in write_orph_node()
394 c->ohead_offs = ALIGN(c->ohead_offs, in write_orph_node()
[all...]
H A Dubifs.h1154 * @ohead_offs: orphan head offset
1399 int ohead_offs; member
/kernel/linux/linux-6.6/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()
389 ubifs_assert(c, c->ohead_offs + len <= c->leb_size); in write_orph_node()
393 c->ohead_offs += ALIGN(len, c->min_io_size); in write_orph_node()
394 c->ohead_offs = ALIGN(c->ohead_offs, in write_orph_node()
[all...]
H A Dubifs.h1175 * @ohead_offs: orphan head offset
1427 int ohead_offs; member

Completed in 9 milliseconds