Searched refs:divisor (Results 1 – 1 of 1) sorted by relevance
623 int divisor, factor, f; in ubifs_reported_space() local640 divisor = UBIFS_MAX_DATA_NODE_SZ; in ubifs_reported_space()641 divisor += (c->max_idx_node_sz * 3) / (f - 1); in ubifs_reported_space()643 return div_u64(free, divisor); in ubifs_reported_space()
Completed in 4 milliseconds