HomeSort by: relevance | last modified time | path
    Searched defs:resvblks (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/adosfs/
advfsops.c 171 unsigned long secsperblk, blksperdisk, resvblks; local in function:adosfs_mountfs
206 * - resvblks (the number of boot blocks) can only be guessed
208 * with resvblks
218 resvblks = 2;
222 resvblks = parp->p_cpg;
245 amp->rootb = (blksperdisk - 1 + resvblks) / 2;
246 amp->numblks = blksperdisk - resvblks;
advfsops.c 171 unsigned long secsperblk, blksperdisk, resvblks; local in function:adosfs_mountfs
206 * - resvblks (the number of boot blocks) can only be guessed
208 * with resvblks
218 resvblks = 2;
222 resvblks = parp->p_cpg;
245 amp->rootb = (blksperdisk - 1 + resvblks) / 2;
246 amp->numblks = blksperdisk - resvblks;
advfsops.c 171 unsigned long secsperblk, blksperdisk, resvblks; local in function:adosfs_mountfs
206 * - resvblks (the number of boot blocks) can only be guessed
208 * with resvblks
218 resvblks = 2;
222 resvblks = parp->p_cpg;
245 amp->rootb = (blksperdisk - 1 + resvblks) / 2;
246 amp->numblks = blksperdisk - resvblks;

Completed in 33 milliseconds