FreeBSD kernel kern code
mntarg Struct Reference

Data Fields

struct iovec * v
 
int len
 
int error
 

Detailed Description

Definition at line 2658 of file vfs_mount.c.

Field Documentation

◆ error

int mntarg::error

Definition at line 2661 of file vfs_mount.c.

Referenced by kernel_mount(), mount_arg(), mount_argf(), mount_argsu(), parse_mount(), and sys_mount().

◆ len

int mntarg::len

Definition at line 2660 of file vfs_mount.c.

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

◆ v

struct iovec* mntarg::v

Definition at line 2659 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: