[Midnightbsd-cvs] src [11721] trunk/share/man/man5/fs.5: update types

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jul 9 19:05:48 EDT 2018


Revision: 11721
          http://svnweb.midnightbsd.org/src/?rev=11721
Author:   laffer1
Date:     2018-07-09 19:05:47 -0400 (Mon, 09 Jul 2018)
Log Message:
-----------
update types

Modified Paths:
--------------
    trunk/share/man/man5/fs.5

Property Changed:
----------------
    trunk/share/man/man5/fs.5

Modified: trunk/share/man/man5/fs.5
===================================================================
--- trunk/share/man/man5/fs.5	2018-07-09 23:05:37 UTC (rev 11720)
+++ trunk/share/man/man5/fs.5	2018-07-09 23:05:47 UTC (rev 11721)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -30,9 +31,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)fs.5	8.2 (Berkeley) 4/19/94
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/share/man/man5/fs.5 298705 2016-04-27 15:48:47Z bcr $
 .\"
-.Dd October 31, 2006
+.Dd April 23, 2016
 .Dt FS 5
 .Os
 .Sh NAME
@@ -145,12 +146,12 @@
 	int8_t   fs_old_flags;     /* old FS_ flags */
 	u_char	 fs_fsmnt[MAXMNTLEN]; /* name mounted on */
 	u_char	 fs_volname[MAXVOLLEN]; /* volume name */
-	u_int64_t fs_swuid;        /* system-wide uid */
+	uint64_t fs_swuid;         /* system-wide uid */
 	int32_t  fs_pad;           /* due to alignment of fs_swuid */
 /* these fields retain the current block allocation info */
 	int32_t	 fs_cgrotor;       /* last cg searched */
 	void 	*fs_ocsp[NOCSPTRS]; /* padding; was list of fs_cs buffers */
-	u_int8_t *fs_contigdirs;   /* # of contiguously allocated dirs */
+	uint8_t *fs_contigdirs;    /* # of contiguously allocated dirs */
 	struct	csum *fs_csp;      /* cg summary info buffer for fs_cs */
 	int32_t	*fs_maxcluster;    /* max cluster in each cyl group */
 	u_int	*fs_active;        /* used by snapshots to track fs */
@@ -175,7 +176,7 @@
 	int32_t	 fs_contigsumsize; /* size of cluster summary array */
 	int32_t	 fs_maxsymlinklen; /* max length of an internal symlink */
 	int32_t	 fs_old_inodefmt;  /* format of on-disk inodes */
-	u_int64_t fs_maxfilesize;  /* maximum representable file size */
+	uint64_t fs_maxfilesize;   /* maximum representable file size */
 	int64_t	 fs_qbmask;        /* ~fs_bmask for use with 64-bit size */
 	int64_t	 fs_qfmask;        /* ~fs_fmask for use with 64-bit size */
 	int32_t	 fs_state;         /* validate fs_clean field */
@@ -266,7 +267,7 @@
 file system is run at greater than 90% full; thus the default
 value of
 .Fa fs_minfree
-is 10%.
+is 8%.
 .Pp
 Empirically the best trade-off between block fragmentation and
 overall disk utilization at a loading of 90% comes with a
@@ -278,10 +279,10 @@
 specifies whether the file system should try to minimize the time spent
 allocating blocks, or if it should attempt to minimize the space
 fragmentation on the disk.
-If the value of fs_minfree (see above) is less than 10%,
+If the value of fs_minfree (see above) is less than 8%,
 then the file system defaults to optimizing for space to avoid
 running out of full sized blocks.
-If the value of minfree is greater than or equal to 10%,
+If the value of minfree is greater than or equal to 8%,
 fragmentation is unlikely to be problematical, and
 the file system defaults to optimizing for time.
 .Pp


Property changes on: trunk/share/man/man5/fs.5
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list