Searched refs:next_len (Results 1 – 2 of 2) sorted by relevance
432 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local448 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()449 if (buf_offs + next_len > c->leb_size) in layout_in_empty_space()505 next_len = 0; in layout_in_empty_space()507 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()514 if (next_len != 0 && in layout_in_empty_space()515 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space()519 if (avail <= 0 && next_len && in layout_in_empty_space()520 buf_offs + used + next_len <= c->leb_size) in layout_in_empty_space()527 if (next_len) { in layout_in_empty_space()[all …]
3524 unsigned int next_len; in ext4_ext_convert_to_initialized() local3528 next_len = ext4_ext_get_actual_len(abut_ex); in ext4_ext_convert_to_initialized()3544 (next_len < (EXT_INIT_MAX_LEN - map_len))) { /*C4*/ in ext4_ext_convert_to_initialized()3559 abut_ex->ee_len = cpu_to_le16(next_len + map_len); in ext4_ext_convert_to_initialized()