View | Details | Raw Unified | Return to bug 25836
Collapse All | Expand All

(-)statfs.2 (-1 / +1 lines)
Lines 77-83 Link Here
77
long	f_ffree;	  /* free file nodes in fs */
77
long	f_ffree;	  /* free file nodes in fs */
78
fsid_t	f_fsid;		  /* file system id */
78
fsid_t	f_fsid;		  /* file system id */
79
uid_t	f_owner;	  /* user that mounted the filesystem */
79
uid_t	f_owner;	  /* user that mounted the filesystem */
80
int	f_type;		  /* type of filesystem (see below) */
80
int	f_type;		  /* type of filesystem */
81
int	f_flags;	  /* copy of mount flags */
81
int	f_flags;	  /* copy of mount flags */
82
long    f_syncwrites;	  /* count of sync writes since mount */
82
long    f_syncwrites;	  /* count of sync writes since mount */
83
long    f_asyncwrites;	  /* count of async writes since mount */
83
long    f_asyncwrites;	  /* count of async writes since mount */

Return to bug 25836