Searched refs:nhead_offs (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | master.c | 157 c->nhead_offs < 0 || c->nhead_offs % c->min_io_size || in validate_master() 158 c->nhead_offs > c->leb_size) { in validate_master() 287 c->nhead_offs = le32_to_cpu(c->mst_node->nhead_offs); in ubifs_read_master()
|
| H A D | lpt_commit.c | 202 offs = c->nhead_offs; in layout_cnodes() 379 offs = c->nhead_offs; in write_cnodes() 533 c->nhead_offs = ALIGN(offs, c->min_io_size); in write_cnodes() 536 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in write_cnodes() 730 free += c->leb_size - c->nhead_offs; in need_write_all() 1759 free += c->leb_size - c->nhead_offs; in dbg_chk_lpt_free_spc() 1825 chk_lpt_sz += len - c->nhead_offs; in dbg_chk_lpt_sz()
|
| H A D | ubifs-media.h | 699 __le32 nhead_offs; member
|
| H A D | sb.c | 222 mst->nhead_offs = cpu_to_le32(c->nhead_offs); in create_default_filesystem()
|
| H A D | recovery.c | 974 dbg_rcvry("checking LPT head at %d:%d", c->nhead_lnum, c->nhead_offs); in ubifs_recover_inl_heads() 976 return recover_head(c, c->nhead_lnum, c->nhead_offs, sbuf); in ubifs_recover_inl_heads()
|
| H A D | lpt.c | 827 c->nhead_offs = ALIGN(len, c->min_io_size); in ubifs_create_dflt_lpt() 843 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in ubifs_create_dflt_lpt() 1673 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in lpt_init_rd()
|
| H A D | ubifs.h | 2014 int nhead_offs; member
|
| H A D | debug.c | 387 pr_err("\tnhead_offs %u\n", le32_to_cpu(mst->nhead_offs)); in ubifs_dump_node() 792 c->nhead_lnum, c->nhead_offs); in ubifs_dump_lpt_info()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | master.c | 236 c->nhead_offs < 0 || c->nhead_offs % c->min_io_size || in validate_master() 237 c->nhead_offs > c->leb_size) { in validate_master() 366 c->nhead_offs = le32_to_cpu(c->mst_node->nhead_offs); in ubifs_read_master()
|
| H A D | lpt_commit.c | 194 offs = c->nhead_offs; in layout_cnodes() 370 offs = c->nhead_offs; in write_cnodes() 524 c->nhead_offs = ALIGN(offs, c->min_io_size); in write_cnodes() 527 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in write_cnodes() 688 free += c->leb_size - c->nhead_offs; in need_write_all() 1715 free += c->leb_size - c->nhead_offs; in dbg_chk_lpt_free_spc() 1781 chk_lpt_sz += len - c->nhead_offs; in dbg_chk_lpt_sz()
|
| H A D | commit.c | 172 c->mst_node->nhead_offs = cpu_to_le32(c->nhead_offs); in do_commit()
|
| H A D | ubifs-media.h | 743 __le32 nhead_offs; member
|
| H A D | sb.c | 239 mst->nhead_offs = cpu_to_le32(c->nhead_offs); in create_default_filesystem()
|
| H A D | recovery.c | 998 dbg_rcvry("checking LPT head at %d:%d", c->nhead_lnum, c->nhead_offs); in ubifs_recover_inl_heads() 1000 return recover_head(c, c->nhead_lnum, c->nhead_offs, sbuf); in ubifs_recover_inl_heads()
|
| H A D | lpt.c | 840 c->nhead_offs = ALIGN(len, c->min_io_size); in ubifs_create_dflt_lpt() 856 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in ubifs_create_dflt_lpt() 1829 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in lpt_init_rd()
|
| H A D | ubifs.h | 1437 int nhead_offs; member
|
| H A D | debug.c | 378 pr_err("\tnhead_offs %u\n", le32_to_cpu(mst->nhead_offs)); in ubifs_dump_node() 782 c->nhead_lnum, c->nhead_offs); in ubifs_dump_lpt_info()
|