Searched refs:lpt_first (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ubifs/ |
A D | lpt_commit.c | 153 n = *lnum - c->lpt_first + 1; in alloc_lpt_leb() 159 *lnum = i + c->lpt_first; in alloc_lpt_leb() 169 *lnum = i + c->lpt_first; in alloc_lpt_leb() 337 n = *lnum - c->lpt_first + 1; in realloc_lpt_leb() 341 *lnum = i + c->lpt_first; in realloc_lpt_leb() 348 *lnum = i + c->lpt_first; in realloc_lpt_leb() 720 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_start() 744 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_end() 1162 lnum = i + c->lpt_first; in lpt_gc() 1627 i = lnum - c->lpt_first; in dbg_check_ltab_lnum() [all …]
|
A D | sb.c | 85 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local 150 lpt_first = UBIFS_LOG_LNUM + log_lebs; in create_default_filesystem() 153 err = ubifs_create_dflt_lpt(c, &main_lebs, lpt_first, &lpt_lebs, in create_default_filesystem() 158 dbg_gen("LEB Properties Tree created (LEBs %d-%d)", lpt_first, in create_default_filesystem() 159 lpt_first + lpt_lebs - 1); in create_default_filesystem() 771 c->lpt_first = UBIFS_LOG_LNUM + c->log_lebs; in ubifs_read_superblock() 772 c->lpt_last = c->lpt_first + c->lpt_lebs - 1; in ubifs_read_superblock() 856 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) { in fixup_free_space() 857 int free = c->ltab[lnum - c->lpt_first].free; in fixup_free_space()
|
A D | lpt.c | 459 c->ltab[lnum - c->lpt_first].dirty += dirty; in ubifs_add_lpt_dirt() 472 lnum, c->ltab[lnum - c->lpt_first].free, in set_ltab() 475 c->ltab[lnum - c->lpt_first].free = free; in set_ltab() 476 c->ltab[lnum - c->lpt_first].dirty = dirty; in set_ltab() 617 c->lpt_first = lpt_first; in ubifs_create_dflt_lpt() 619 c->lpt_last = lpt_first + c->lpt_lebs - 1; in ubifs_create_dflt_lpt() 649 lnum = lpt_first; in ubifs_create_dflt_lpt() 1026 c->lpt_first; in ubifs_unpack_nnode() 1131 if (lnum < c->lpt_first || lnum > c->lpt_last) in validate_nnode() 1869 err = ubifs_leb_unmap(c, i + c->lpt_first); in lpt_init_wr() [all …]
|
A D | master.c | 229 if (c->lpt_lnum < c->lpt_first || c->lpt_lnum > c->lpt_last || in validate_master() 235 if (c->nhead_lnum < c->lpt_first || c->nhead_lnum > c->lpt_last || in validate_master() 242 if (c->ltab_lnum < c->lpt_first || c->ltab_lnum > c->lpt_last || in validate_master() 249 if (c->big_lpt && (c->lsave_lnum < c->lpt_first || in validate_master()
|
A D | ubifs.h | 1331 int lpt_first; member 1931 int ubifs_create_dflt_lpt(struct ubifs_info *c, int *main_lebs, int lpt_first,
|
A D | debug.c | 826 i + c->lpt_first, c->ltab[i].free, c->ltab[i].dirty, in ubifs_dump_lpt_info() 2526 } else if (lnum >= c->lpt_first && lnum <= c->lpt_last) { in power_cut_emulated()
|
A D | super.c | 1572 c->lpt_lebs, c->lpt_first, c->lpt_last); in mount_ubifs()
|
Completed in 27 milliseconds