FreeBSD kernel kern code
mkdir_args Struct Reference

Data Fields

char * path
 
int mode
 

Detailed Description

Definition at line 3795 of file vfs_syscalls.c.

Field Documentation

◆ mode

int mkdir_args::mode

Definition at line 3797 of file vfs_syscalls.c.

Referenced by sys_mkdir(), and systrace_args().

◆ path

char* mkdir_args::path

Definition at line 3796 of file vfs_syscalls.c.

Referenced by sys_mkdir(), and systrace_args().


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