Searched refs:UBIFS_IDX_NODE (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ubifs/ |
H A D | master.c | 208 if (c->zroot.len < c->ranges[UBIFS_IDX_NODE].min_len || in validate_master() 209 c->zroot.len > c->ranges[UBIFS_IDX_NODE].max_len) { in validate_master()
|
H A D | tnc_commit.c | 33 idx->ch.node_type = UBIFS_IDX_NODE; in make_idx_node() 255 ubifs_assert(c, snod->type == UBIFS_IDX_NODE); in layout_leb_in_gaps() 866 idx->ch.node_type = UBIFS_IDX_NODE; in write_index()
|
H A D | commit.c | 540 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in dbg_old_index_check_init() 608 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in dbg_check_old_index()
|
H A D | ubifs-media.h | 387 UBIFS_IDX_NODE, enumerator
|
H A D | lprops.c | 1120 is_idx = (snod->type == UBIFS_IDX_NODE) ? 1 : 0; in scan_check_cb() 1122 if (is_idx && snod->type != UBIFS_IDX_NODE) { in scan_check_cb() 1128 if (snod->type == UBIFS_IDX_NODE) { in scan_check_cb()
|
H A D | gc.c | 545 if (snod->type == UBIFS_IDX_NODE) { in ubifs_garbage_collect_leb() 554 ubifs_assert(c, snod->type == UBIFS_IDX_NODE); in ubifs_garbage_collect_leb()
|
H A D | tnc_misc.c | 300 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in read_znode()
|
H A D | super.c | 612 c->ranges[UBIFS_IDX_NODE].min_len = UBIFS_IDX_NODE_SZ + UBIFS_BRANCH_SZ; in init_constants_early() 617 c->ranges[UBIFS_IDX_NODE].max_len = INT_MAX; in init_constants_early() 683 c->ranges[UBIFS_IDX_NODE].min_len = tmp; in init_constants_sb() 687 c->ranges[UBIFS_IDX_NODE].max_len = tmp; in init_constants_sb()
|
H A D | sb.c | 279 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem()
|