mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01:00
Added a "clean" field to the output - to show the state of the clean flag.
This commit is contained in:
parent
41cee58cd8
commit
31fdf44c2c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2154
@ -154,8 +154,8 @@ dumpfs(name)
|
||||
afs.fs_sbsize, afs.fs_cgsize, afs.fs_cgoffset, afs.fs_cgmask);
|
||||
printf("csaddr\t%d\tcssize\t%d\tshift\t%d\tmask\t0x%08x\n",
|
||||
afs.fs_csaddr, afs.fs_cssize, afs.fs_csshift, afs.fs_csmask);
|
||||
printf("cgrotor\t%d\tfmod\t%d\tronly\t%d\n",
|
||||
afs.fs_cgrotor, afs.fs_fmod, afs.fs_ronly);
|
||||
printf("cgrotor\t%d\tfmod\t%d\tronly\t%d\tclean\t%d\n",
|
||||
afs.fs_cgrotor, afs.fs_fmod, afs.fs_ronly, afs.fs_clean);
|
||||
if (afs.fs_cpc != 0)
|
||||
printf("blocks available in each of %d rotational positions",
|
||||
afs.fs_nrpos);
|
||||
|
Loading…
Reference in New Issue
Block a user