Searched refs:nfile (Results 1 – 4 of 4) sorted by relevance
123 if (r_opts->nfile > 0) { in restore()124 progress = (r_opts->count < r_opts->nfile) ? (100.0 * r_opts->count / r_opts->nfile) : 100; in restore()630 int nfile = 0; in file_system_count() local633 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count()635 return nfile; in file_system_count()652 int nfile = 0; in exclude_non_seclabel_mounts() local688 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts()702 return nfile * 1.05; in exclude_non_seclabel_mounts()
26 uint64_t nfile; /* Estimated total number of files */ member
165 r_opts.nfile = 0;231 r_opts.nfile = exclude_non_seclabel_mounts();
1527 Int nfile; in DEBUG_SnarfLinetab() local1544 nfile = *pnt.s++; in DEBUG_SnarfLinetab()1553 for (i = 0; i < nfile; i++) { in DEBUG_SnarfLinetab()1559 for (i = 0; i < nfile; i++) { in DEBUG_SnarfLinetab()