The .Fn macro, document `flags' argument & bump document date.
This commit is contained in:
parent
3dde50a830
commit
96e30a8273
@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 24, 1996
|
||||
.Dd January 7, 2004
|
||||
.Os
|
||||
.Dt VFS_START 9
|
||||
.Sh NAME
|
||||
@ -41,15 +41,20 @@
|
||||
.Ft int
|
||||
.Fn VFS_START "struct mount *mp" "int flags" "struct thread *td"
|
||||
.Sh DESCRIPTION
|
||||
This is called after
|
||||
The
|
||||
.Fn VFS_START
|
||||
macro is called after
|
||||
.Xr VFS_MOUNT 9
|
||||
and before the first access to the file system.
|
||||
Its arguments are:
|
||||
.Pp
|
||||
The arguments it expects are:
|
||||
.Bl -tag -width flags
|
||||
.It Fa mp
|
||||
The file system.
|
||||
.It Fa flags
|
||||
??
|
||||
Flags passed to the
|
||||
.Dv vfs_start
|
||||
method of the file system.
|
||||
.It Fa td
|
||||
Thread which is starting the file system.
|
||||
.El
|
||||
|
Loading…
Reference in New Issue
Block a user