FreeBSD kernel kern code
nmount_args Struct Reference

Data Fields

struct iovec * iovp
 
unsigned int iovcnt
 
int flags
 

Detailed Description

Definition at line 426 of file vfs_mount.c.

Field Documentation

◆ flags

int nmount_args::flags

Definition at line 429 of file vfs_mount.c.

Referenced by sys_nmount(), and systrace_args().

◆ iovcnt

unsigned int nmount_args::iovcnt

Definition at line 428 of file vfs_mount.c.

Referenced by sys_nmount(), and systrace_args().

◆ iovp

struct iovec* nmount_args::iovp

Definition at line 427 of file vfs_mount.c.

Referenced by sys_nmount(), and systrace_args().


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