Searched refs:ihead_offs (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | master.c | 138 c->ihead_offs % c->min_io_size || c->ihead_offs < 0 || in validate_master() 139 c->ihead_offs > c->leb_size || c->ihead_offs & 7) { in validate_master() 282 c->ihead_offs = le32_to_cpu(c->mst_node->ihead_offs); in ubifs_read_master()
|
| H A D | ubifs-media.h | 689 __le32 ihead_offs; member
|
| H A D | replay.c | 1013 if (c->ihead_offs != c->leb_size - free) { in ubifs_replay_journal() 1015 c->ihead_offs); in ubifs_replay_journal()
|
| H A D | recovery.c | 969 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads() 970 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
|
| H A D | sb.c | 217 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size)); in create_default_filesystem()
|
| H A D | ubifs.h | 1887 int ihead_offs; member
|
| H A D | debug.c | 381 pr_err("\tihead_offs %u\n", le32_to_cpu(mst->ihead_offs)); in ubifs_dump_node()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | master.c | 217 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 D | tnc_commit.c | 339 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 D | commit.c | 167 c->mst_node->ihead_offs = cpu_to_le32(c->ihead_offs); in do_commit()
|
| H A D | ubifs-media.h | 733 __le32 ihead_offs; member
|
| H A D | replay.c | 1188 if (c->ihead_offs != c->leb_size - free) { in ubifs_replay_journal() 1190 c->ihead_offs); in ubifs_replay_journal()
|
| H A D | recovery.c | 993 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads() 994 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
|
| H A D | sb.c | 234 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size)); in create_default_filesystem()
|
| H A D | ubifs.h | 1310 int ihead_offs; member
|
| H A D | debug.c | 372 pr_err("\tihead_offs %u\n", le32_to_cpu(mst->ihead_offs)); in ubifs_dump_node()
|