mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
sync with src/sys/sys/mount.h
This commit is contained in:
parent
c3c011f933
commit
6430719389
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51122
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ fsid_t f_fsid; /* file system id */
|
|||
uid_t f_owner; /* user that mounted the filesystem */
|
||||
int f_type; /* type of filesystem (see below) */
|
||||
int f_flags; /* copy of mount flags */
|
||||
long f_spare[2]; /* spare for later */
|
||||
long f_syncwrites; /* count of sync writes since mount */
|
||||
long f_asyncwrites; /* count of async writes since mount */
|
||||
char f_fstypename[MFSNAMELEN];/* fs type name */
|
||||
char f_mntonname[MNAMELEN]; /* mount point */
|
||||
char f_mntfromname[MNAMELEN]; /* mounted filesystem */
|
||||
|
|
Loading…
Reference in a new issue