FreeBSD kernel kern code
unmount_args Struct Reference

Data Fields

char * path
 
int flags
 

Detailed Description

Definition at line 1575 of file vfs_mount.c.

Field Documentation

◆ flags

int unmount_args::flags

Definition at line 1577 of file vfs_mount.c.

Referenced by sys_unmount(), and systrace_args().

◆ path

char* unmount_args::path

Definition at line 1576 of file vfs_mount.c.

Referenced by sys_unmount(), and systrace_args().


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