Searched refs:nhead_offs (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/ubifs/
H A Dmaster.c236 c->nhead_offs < 0 || c->nhead_offs % c->min_io_size ||
237 c->nhead_offs > c->leb_size) {
366 c->nhead_offs = le32_to_cpu(c->mst_node->nhead_offs);
H A Dlpt_commit.c194 offs = c->nhead_offs;
370 offs = c->nhead_offs;
524 c->nhead_offs = ALIGN(offs, c->min_io_size);
527 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs);
688 free += c->leb_size - c->nhead_offs;
1714 free += c->leb_size - c->nhead_offs;
1780 chk_lpt_sz += len - c->nhead_offs;
H A Dcommit.c183 c->mst_node->nhead_offs = cpu_to_le32(c->nhead_offs);
H A Dubifs-media.h708 * @nhead_offs: offset of LPT head
743 __le32 nhead_offs; member in struct:ubifs_mst_node
H A Drecovery.c965 dbg_rcvry("checking LPT head at %d:%d", c->nhead_lnum, c->nhead_offs);
967 return recover_head(c, c->nhead_lnum, c->nhead_offs, sbuf);
H A Dsb.c242 mst->nhead_offs = cpu_to_le32(c->nhead_offs);
H A Dlpt.c840 c->nhead_offs = ALIGN(len, c->min_io_size);
856 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs);
1829 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs);
H A Ddebug.c408 pr_err("\tnhead_offs %u\n", le32_to_cpu(mst->nhead_offs));
819 c->nhead_lnum, c->nhead_offs);
H A Dubifs.h1215 * @nhead_offs: offset of LPT head
1469 int nhead_offs; member in struct:ubifs_info

Completed in 245 milliseconds