Home
last modified time | relevance | path

Searched refs:nrpos (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/newfs/
H A Dnewfs.c184 int nrpos = NRPOS; /* # of distinguished rotational positions */ variable
328 if ((nrpos = atoi(optarg)) < 0) in main()
331 if (nrpos == 0) in main()
332 nrpos = 1; in main()
H A Dmkfs.c92 extern int nrpos; /* # of distinguished rotational positions */
315 sblock.fs_nrpos = nrpos; in mkfs()
/dragonfly/usr.sbin/makefs/
H A Dffs.h65 int nrpos; /* # of distinguished rotational positions */ member