Searched refs:lpt_last (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H 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() 250 c->lsave_lnum > c->lpt_last || c->lsave_offs < 0 || in validate_master()
|
H A D | lpt_commit.c | 134 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in upd_ltab() 231 lnum <= c->lpt_last); in layout_cnodes() 274 lnum <= c->lpt_last); in layout_cnodes() 294 lnum <= c->lpt_last); in layout_cnodes() 417 lnum <= c->lpt_last); in write_cnodes() 474 lnum <= c->lpt_last); in write_cnodes() 500 lnum <= c->lpt_last); in write_cnodes() 1685 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) { in dbg_check_ltab()
|
H A D | sb.c | 769 c->lpt_last = c->lpt_first + c->lpt_lebs - 1; in ubifs_read_superblock() 770 c->orph_first = c->lpt_last + 1; in ubifs_read_superblock() 853 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) { in fixup_free_space()
|
H A D | lpt.c | 387 lnum = c->lpt_last + 1; in ubifs_pack_nnode() 458 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in ubifs_add_lpt_dirt() 474 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in set_ltab() 619 c->lpt_last = lpt_first + c->lpt_lebs - 1; in ubifs_create_dflt_lpt() 1027 if (lnum == c->lpt_last + 1) in ubifs_unpack_nnode() 1131 if (lnum < c->lpt_first || lnum > c->lpt_last) in validate_nnode() 2047 branch->lnum <= c->lpt_last); in scan_get_pnode()
|
H A D | ubifs.h | 1081 * @lpt_last: last LEB of the lprops table area 1332 int lpt_last; member
|
H A D | super.c | 1581 c->lpt_lebs, c->lpt_first, c->lpt_last); in mount_ubifs()
|
H A D | debug.c | 2526 } else if (lnum >= c->lpt_first && lnum <= c->lpt_last) { in power_cut_emulated()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H 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() 250 c->lsave_lnum > c->lpt_last || c->lsave_offs < 0 || in validate_master()
|
H A D | lpt_commit.c | 134 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in upd_ltab() 231 lnum <= c->lpt_last); in layout_cnodes() 274 lnum <= c->lpt_last); in layout_cnodes() 294 lnum <= c->lpt_last); in layout_cnodes() 417 lnum <= c->lpt_last); in write_cnodes() 474 lnum <= c->lpt_last); in write_cnodes() 500 lnum <= c->lpt_last); in write_cnodes() 1685 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) { in dbg_check_ltab()
|
H A D | sb.c | 772 c->lpt_last = c->lpt_first + c->lpt_lebs - 1; in ubifs_read_superblock() 773 c->orph_first = c->lpt_last + 1; in ubifs_read_superblock() 856 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) { in fixup_free_space()
|
H A D | lpt.c | 387 lnum = c->lpt_last + 1; in ubifs_pack_nnode() 458 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in ubifs_add_lpt_dirt() 474 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in set_ltab() 619 c->lpt_last = lpt_first + c->lpt_lebs - 1; in ubifs_create_dflt_lpt() 1027 if (lnum == c->lpt_last + 1) in ubifs_unpack_nnode() 1131 if (lnum < c->lpt_first || lnum > c->lpt_last) in validate_nnode() 2047 branch->lnum <= c->lpt_last); in scan_get_pnode()
|
H A D | ubifs.h | 1102 * @lpt_last: last LEB of the lprops table area 1360 int lpt_last; member
|
H A D | super.c | 1584 c->lpt_lebs, c->lpt_first, c->lpt_last); in mount_ubifs()
|
H A D | debug.c | 2526 } else if (lnum >= c->lpt_first && lnum <= c->lpt_last) { in power_cut_emulated()
|
Completed in 36 milliseconds