FreeBSD kernel kern code
fhstat_args Struct Reference

Data Fields

struct fhandle * u_fhp
 
struct stat * sb
 

Detailed Description

Definition at line 4649 of file vfs_syscalls.c.

Field Documentation

◆ sb

struct stat* fhstat_args::sb

Definition at line 4651 of file vfs_syscalls.c.

Referenced by sys_fhstat(), and systrace_args().

◆ u_fhp

struct fhandle* fhstat_args::u_fhp

Definition at line 4650 of file vfs_syscalls.c.

Referenced by sys_fhstat(), and systrace_args().


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