|
FreeBSD kernel kern code
|
Data Fields | |
| char * | type |
| char * | path |
| int | flags |
| caddr_t | data |
Definition at line 689 of file vfs_mount.c.
| caddr_t mount_args::data |
Definition at line 693 of file vfs_mount.c.
Referenced by sys_mount(), and systrace_args().
| int mount_args::flags |
Definition at line 692 of file vfs_mount.c.
Referenced by sys_mount(), and systrace_args().
| char* mount_args::path |
Definition at line 691 of file vfs_mount.c.
Referenced by sys_mount(), and systrace_args().
| char* mount_args::type |
Definition at line 690 of file vfs_mount.c.
Referenced by sys_mount(), and systrace_args().