Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dmaster.c144 c->ihead_offs % c->min_io_size || c->ihead_offs < 0 || in validate_master()
145 c->ihead_offs > c->leb_size || c->ihead_offs & 7) { in validate_master()
288 c->ihead_offs = le32_to_cpu(c->mst_node->ihead_offs); in ubifs_read_master()
Dtnc_commit.c346 cnt -= (c->leb_size - c->ihead_offs) / c->max_idx_node_sz; in get_leb_cnt()
447 buf_offs = c->ihead_offs; in layout_in_empty_space()
845 buf_offs = c->ihead_offs; in write_index()
1006 c->ihead_offs = buf_offs; in write_index()
Dcommit.c179 c->mst_node->ihead_offs = cpu_to_le32(c->ihead_offs); in do_commit()
Dubifs-media.h711 __le32 ihead_offs; member
Dreplay.c1055 if (c->ihead_offs != c->leb_size - free) { in ubifs_replay_journal()
1057 c->ihead_offs); in ubifs_replay_journal()
Drecovery.c971 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads()
972 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
Dsb.c233 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size)); in create_default_filesystem()
Dubifs.h1283 int ihead_offs; member
Ddebug.c382 pr_err("\tihead_offs %u\n", le32_to_cpu(mst->ihead_offs)); in ubifs_dump_node()