Home
last modified time | relevance | path

Searched refs:ihead_offs (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dmaster.c137 c->ihead_offs % c->min_io_size || c->ihead_offs < 0 || in validate_master()
138 c->ihead_offs > c->leb_size || c->ihead_offs & 7) { in validate_master()
281 c->ihead_offs = le32_to_cpu(c->mst_node->ihead_offs); in ubifs_read_master()
H A Dubifs-media.h688 __le32 ihead_offs; member
H A Dreplay.c1012 if (c->ihead_offs != c->leb_size - free) { in ubifs_replay_journal()
1014 c->ihead_offs); in ubifs_replay_journal()
H A Drecovery.c968 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads()
969 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
H A Dsb.c216 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size)); in create_default_filesystem()
H A Dubifs.h1886 int ihead_offs; member
H A Ddebug.c380 pr_err("\tihead_offs %u\n", le32_to_cpu(mst->ihead_offs)); in ubifs_dump_node()
/openbmc/linux/fs/ubifs/
H A Dmaster.c217 c->ihead_offs % c->min_io_size || c->ihead_offs < 0 || in validate_master()
218 c->ihead_offs > c->leb_size || c->ihead_offs & 7) { in validate_master()
361 c->ihead_offs = le32_to_cpu(c->mst_node->ihead_offs); in ubifs_read_master()
H A Dtnc_commit.c339 cnt -= (c->leb_size - c->ihead_offs) / c->max_idx_node_sz; in get_leb_cnt()
440 buf_offs = c->ihead_offs; in layout_in_empty_space()
840 buf_offs = c->ihead_offs; in write_index()
1021 c->ihead_offs = buf_offs; in write_index()
H A Dcommit.c167 c->mst_node->ihead_offs = cpu_to_le32(c->ihead_offs); in do_commit()
H A Dubifs-media.h733 __le32 ihead_offs; member
H A Dreplay.c1188 if (c->ihead_offs != c->leb_size - free) { in ubifs_replay_journal()
1190 c->ihead_offs); in ubifs_replay_journal()
H A Drecovery.c960 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads()
961 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
H A Dsb.c237 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size)); in create_default_filesystem()
H A Dubifs.h1338 int ihead_offs; member
H A Ddebug.c402 pr_err("\tihead_offs %u\n", le32_to_cpu(mst->ihead_offs)); in ubifs_dump_node()