Searched refs:efile_count (Results 1 – 1 of 1) sorted by relevance
63 static uint64_t efile_count; /* Estimated total number of files */ variable103 efile_count = 0; in restorecon_init()105 efile_count = exclude_non_seclabel_mounts(); in restorecon_init()688 if (flags->mass_relabel && efile_count > 0) { in restorecon_sb()689 float pc = (fc_count < efile_count) ? (100.0 * in restorecon_sb()690 fc_count / efile_count) : 100; in restorecon_sb()