FreeBSD kernel kern code
fhstatfs_args Struct Reference

Data Fields

struct fhandle * u_fhp
 
struct statfs * buf
 

Detailed Description

Definition at line 4695 of file vfs_syscalls.c.

Field Documentation

◆ buf

struct statfs* fhstatfs_args::buf

Definition at line 4697 of file vfs_syscalls.c.

Referenced by sys_fhstatfs(), and systrace_args().

◆ u_fhp

struct fhandle* fhstatfs_args::u_fhp

Definition at line 4696 of file vfs_syscalls.c.

Referenced by sys_fhstatfs(), and systrace_args().


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