FreeBSD kernel kern code
mntarg Struct Reference

Data Fields

struct iovec * v
 
int len
 
int error
 

Detailed Description

Definition at line 1805 of file vfs_mount.c.

Field Documentation

int mntarg::error
int mntarg::len

Definition at line 1807 of file vfs_mount.c.

Referenced by kernel_mount(), mount_arg(), and mount_argf().

struct iovec* mntarg::v

Definition at line 1806 of file vfs_mount.c.

Referenced by free_mntarg(), kernel_mount(), mount_arg(), and mount_argf().


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