FreeBSD kernel kern code
mount_args Struct Reference

Data Fields

char * type
 
char * path
 
int flags
 
caddr_t data
 

Detailed Description

Definition at line 1012 of file vfs_mount.c.

Field Documentation

◆ data

caddr_t mount_args::data

Definition at line 1016 of file vfs_mount.c.

Referenced by sys_mount(), and systrace_args().

◆ flags

int mount_args::flags

Definition at line 1015 of file vfs_mount.c.

Referenced by sys_mount(), and systrace_args().

◆ path

char* mount_args::path

Definition at line 1014 of file vfs_mount.c.

Referenced by sys_mount(), and systrace_args().

◆ type

char* mount_args::type

Definition at line 1013 of file vfs_mount.c.

Referenced by sys_mount(), and systrace_args().


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