Searched refs:efile_count (Results 1 – 1 of 1) sorted by relevance
66 static uint64_t efile_count; /* Estimated total number of files */ variable100 efile_count = 0; in restorecon_init()102 efile_count = exclude_non_seclabel_mounts(); in restorecon_init()638 if (flags->mass_relabel && efile_count > 0) { in restorecon_sb()639 pc = (fc_count < efile_count) ? (100.0 * in restorecon_sb()640 fc_count / efile_count) : 100; in restorecon_sb()