FreeBSD kernel kern code
statfs_args Struct Reference

Data Fields

char * path
 
struct statfs * buf
 

Detailed Description

Definition at line 311 of file vfs_syscalls.c.

Field Documentation

◆ buf

struct statfs* statfs_args::buf

Definition at line 313 of file vfs_syscalls.c.

Referenced by sys_statfs(), and systrace_args().

◆ path

char* statfs_args::path

Definition at line 312 of file vfs_syscalls.c.

Referenced by sys_statfs(), and systrace_args().


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