Searched refs:UBIFS_MST_LNUM (Results 1 – 5 of 5) sorted by relevance
/fs/ubifs/ |
D | ubifs-media.h | 241 #define UBIFS_MST_LNUM (UBIFS_SB_LNUM + UBIFS_SB_LEBS) macro 243 #define UBIFS_LOG_LNUM (UBIFS_MST_LNUM + UBIFS_MST_LEBS)
|
D | sb.c | 253 err = ubifs_write_node(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM, 0); in create_default_filesystem() 258 err = ubifs_write_node(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM + 1, in create_default_filesystem() 264 dbg_gen("default master node created at LEB %d:0", UBIFS_MST_LNUM); in create_default_filesystem() 705 for (lnum = UBIFS_MST_LNUM; lnum < UBIFS_LOG_LNUM; lnum++) { in fixup_free_space()
|
D | recovery.c | 207 int err = 0, lnum = UBIFS_MST_LNUM, sz = c->mst_node_alsz; in write_rcvrd_mst_node() 245 err = get_master_node(c, UBIFS_MST_LNUM, &buf1, &mst1, &cor1); in ubifs_recover_master_node() 249 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node() 309 (mst == mst1 ? UBIFS_MST_LNUM : UBIFS_MST_LNUM + 1)); in ubifs_recover_master_node()
|
D | master.c | 42 lnum = UBIFS_MST_LNUM; in scan_for_master() 367 lnum = UBIFS_MST_LNUM; in ubifs_write_master()
|
D | debug.c | 2494 } else if (lnum == UBIFS_MST_LNUM || lnum == UBIFS_MST_LNUM + 1) { in power_cut_emulated()
|