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

/linux-master/fs/ubifs/
H A Dorphan.c276 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1;
320 err = ubifs_leb_change(c, c->ohead_lnum, c->orph_buf, len);
324 err = ubifs_leb_unmap(c, c->ohead_lnum);
328 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum,
352 c->ohead_lnum += 1;
355 if (c->ohead_lnum > c->orph_last) {
390 ubifs_assert(c, c->ohead_lnum >= c->orph_first);
391 ubifs_assert(c, c->ohead_lnum <= c->orph_last);
419 for (lnum = c->ohead_lnum + 1; lnum <= c->orph_last; lnum++) {
463 c->ohead_lnum
[all...]
H A Dubifs.h1176 * @ohead_lnum: orphan head LEB number
1430 int ohead_lnum; member in struct:ubifs_info

Completed in 86 milliseconds