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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dmaster.c144 c->ihead_offs % c->min_io_size || c->ihead_offs < 0 ||
145 c->ihead_offs > c->leb_size || c->ihead_offs & 7) {
288 c->ihead_offs = le32_to_cpu(c->mst_node->ihead_offs);
H A Dtnc_commit.c342 cnt -= (c->leb_size - c->ihead_offs) / c->max_idx_node_sz;
425 buf_offs = c->ihead_offs;
846 buf_offs = c->ihead_offs;
1015 c->ihead_offs = buf_offs;
H A Dubifs-media.h662 * @ihead_offs: offset of index head
694 __le32 ihead_offs; member in struct:ubifs_mst_node
H A Dcommit.c126 c->mst_node->ihead_offs = cpu_to_le32(c->ihead_offs);
H A Drecovery.c888 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs);
889 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf);
H A Dreplay.c1023 if (c->ihead_offs != c->leb_size - free) {
1025 c->ihead_offs);
H A Dsb.c221 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size));
H A Dubifs.h987 * @ihead_offs: offset of index head
1229 int ihead_offs; member in struct:ubifs_info
H A Ddebug.c381 le32_to_cpu(mst->ihead_offs));

Completed in 84 milliseconds