FreeBSD kernel kern code
mount_args Struct Reference

Data Fields

char * type
 
char * path
 
int flags
 
caddr_t data
 

Detailed Description

Definition at line 689 of file vfs_mount.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: