Searched refs:divisor (Results 1 – 1 of 1) sorted by relevance
640 int divisor, factor, f; in ubifs_reported_space() local657 divisor = UBIFS_MAX_DATA_NODE_SZ; in ubifs_reported_space()658 divisor += (c->max_idx_node_sz * 3) / (f - 1); in ubifs_reported_space()660 return div_u64(free, divisor); in ubifs_reported_space()