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

/linux-master/fs/ubifs/
H A Dmaster.c217 c->ihead_offs % c->min_io_size || c->ihead_offs < 0 ||
218 c->ihead_offs > c->leb_size || c->ihead_offs & 7) {
361 c->ihead_offs = le32_to_cpu(c->mst_node->ihead_offs);
H A Dtnc_commit.c339 cnt -= (c->leb_size - c->ihead_offs) / c->max_idx_node_sz;
440 buf_offs = c->ihead_offs;
840 buf_offs = c->ihead_offs;
1021 c->ihead_offs = buf_offs;
H A Dcommit.c178 c->mst_node->ihead_offs = cpu_to_le32(c->ihead_offs);
H A Dubifs-media.h698 * @ihead_offs: offset of index head
733 __le32 ihead_offs; member in struct:ubifs_mst_node
H A Drecovery.c960 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs);
961 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf);
H A Dreplay.c1189 if (c->ihead_offs != c->leb_size - free) {
1191 c->ihead_offs);
H A Dsb.c237 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size));
H A Dubifs.h1080 * @ihead_offs: offset of index head
1342 int ihead_offs; member in struct:ubifs_info
H A Ddebug.c402 pr_err("\tihead_offs %u\n", le32_to_cpu(mst->ihead_offs));

Completed in 288 milliseconds