Searched refs:num_slack (Results 1 – 1 of 1) sorted by relevance
62 static blk64_t num_slack; variable501 num_slack = parse_num_blocks2(t, fs->super->s_log_block_size); in mk_hugefiles()548 if (fs_blocks < num_slack + align) in mk_hugefiles()550 fs_blocks -= num_slack + align; in mk_hugefiles()570 num_slack += calc_overhead(fs, num_blocks) * num_files; in mk_hugefiles()571 num_slack += (num_files / 16) + 1; /* space for dir entries */ in mk_hugefiles()572 goal = get_start_block(fs, num_slack); in mk_hugefiles()