FreeBSD kernel kern code
getfsstat_args Struct Reference

Data Fields

struct statfs * buf
 
long bufsize
 
int mode
 

Detailed Description

Definition at line 400 of file vfs_syscalls.c.

Field Documentation

◆ buf

struct statfs* getfsstat_args::buf

Definition at line 401 of file vfs_syscalls.c.

Referenced by sys_getfsstat(), and systrace_args().

◆ bufsize

long getfsstat_args::bufsize

Definition at line 402 of file vfs_syscalls.c.

Referenced by sys_getfsstat(), and systrace_args().

◆ mode

int getfsstat_args::mode

Definition at line 403 of file vfs_syscalls.c.

Referenced by sys_getfsstat(), and systrace_args().


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