FreeBSD kernel kern code
fstatfs_args Struct Reference

Data Fields

int fd
 
struct statfs * buf
 

Detailed Description

Definition at line 352 of file vfs_syscalls.c.

Field Documentation

◆ buf

struct statfs* fstatfs_args::buf

Definition at line 354 of file vfs_syscalls.c.

Referenced by sys_fstatfs(), and systrace_args().

◆ fd

int fstatfs_args::fd

Definition at line 353 of file vfs_syscalls.c.

Referenced by sys_fstatfs(), and systrace_args().


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