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

/linux-master/fs/ubifs/
H A Dorphan.c279 gap = c->leb_size - c->ohead_offs;
317 ubifs_assert(c, c->ohead_offs == 0);
322 if (c->ohead_offs == 0) {
329 c->ohead_offs);
350 gap = c->leb_size - c->ohead_offs;
353 c->ohead_offs = 0;
389 ubifs_assert(c, c->ohead_offs + len <= c->leb_size);
393 c->ohead_offs += ALIGN(len, c->min_io_size);
394 c->ohead_offs = ALIGN(c->ohead_offs,
[all...]
H A Dubifs.h1177 * @ohead_offs: orphan head offset
1431 int ohead_offs; member in struct:ubifs_info

Completed in 191 milliseconds