Searched refs:nfile (Results 1 – 2 of 2) sorted by relevance
42 static int nfile; variable89 nfile = getdtablesize(); in setup()101 buf = malloc(sizeof(int) * nfile - first); in setup()105 for (ifile = first; ifile <= nfile; ifile++) { in setup()123 for (ifile = first; ifile < nfile; ifile++) { in cleanup()
211 int nfile = 0; in file_system_count() local215 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count()217 return nfile; in file_system_count()233 int index = 0, found = 0, nfile = 0; in exclude_non_seclabel_mounts() local272 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts()289 return nfile * 1.05; in exclude_non_seclabel_mounts()