FreeBSD kernel kern code
quotactl_args Struct Reference

Data Fields

char * path
 
int cmd
 
int uid
 
caddr_t arg
 

Detailed Description

Definition at line 186 of file vfs_syscalls.c.

Field Documentation

◆ arg

caddr_t quotactl_args::arg

Definition at line 190 of file vfs_syscalls.c.

Referenced by sys_quotactl(), and systrace_args().

◆ cmd

int quotactl_args::cmd

Definition at line 188 of file vfs_syscalls.c.

Referenced by sys_quotactl(), and systrace_args().

◆ path

char* quotactl_args::path

Definition at line 187 of file vfs_syscalls.c.

Referenced by sys_quotactl(), and systrace_args().

◆ uid

int quotactl_args::uid

Definition at line 189 of file vfs_syscalls.c.

Referenced by sys_quotactl(), and systrace_args().


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