Searched refs:UBIFS_IDX_NODE (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | master.c | 132 if (c->zroot.len < c->ranges[UBIFS_IDX_NODE].min_len || in validate_master() 133 c->zroot.len > c->ranges[UBIFS_IDX_NODE].max_len) { in validate_master()
|
D | tnc_commit.c | 44 idx->ch.node_type = UBIFS_IDX_NODE; in make_idx_node() 262 ubifs_assert(c, snod->type == UBIFS_IDX_NODE); in layout_leb_in_gaps() 869 idx->ch.node_type = UBIFS_IDX_NODE; in write_index()
|
D | commit.c | 541 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in dbg_old_index_check_init() 609 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in dbg_check_old_index()
|
D | ubifs-media.h | 384 UBIFS_IDX_NODE, enumerator
|
D | gc.c | 519 if (snod->type == UBIFS_IDX_NODE) { in ubifs_garbage_collect_leb() 528 ubifs_assert(c, snod->type == UBIFS_IDX_NODE); in ubifs_garbage_collect_leb()
|
D | lprops.c | 1131 is_idx = (snod->type == UBIFS_IDX_NODE) ? 1 : 0; in scan_check_cb() 1133 if (is_idx && snod->type != UBIFS_IDX_NODE) { in scan_check_cb() 1139 if (snod->type == UBIFS_IDX_NODE) { in scan_check_cb()
|
D | tnc_misc.c | 289 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in read_znode()
|
D | super.c | 598 c->ranges[UBIFS_IDX_NODE].min_len = UBIFS_IDX_NODE_SZ + UBIFS_BRANCH_SZ; in init_constants_early() 603 c->ranges[UBIFS_IDX_NODE].max_len = INT_MAX; in init_constants_early() 665 c->ranges[UBIFS_IDX_NODE].min_len = tmp; in init_constants_sb() 669 c->ranges[UBIFS_IDX_NODE].max_len = tmp; in init_constants_sb()
|
D | sb.c | 289 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem()
|
D | debug.c | 162 case UBIFS_IDX_NODE: in dbg_ntype() 505 case UBIFS_IDX_NODE: in ubifs_dump_node()
|