FreeBSD kernel kern code
quotactl_args Struct Reference

Data Fields

char * path
 
int cmd
 
int uid
 
caddr_t arg
 

Detailed Description

Definition at line 163 of file vfs_syscalls.c.

Field Documentation

caddr_t quotactl_args::arg

Definition at line 167 of file vfs_syscalls.c.

Referenced by systrace_args().

int quotactl_args::cmd

Definition at line 165 of file vfs_syscalls.c.

Referenced by systrace_args().

char* quotactl_args::path

Definition at line 164 of file vfs_syscalls.c.

Referenced by systrace_args().

int quotactl_args::uid

Definition at line 166 of file vfs_syscalls.c.

Referenced by systrace_args().


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