FreeBSD kernel kern code
getfh_args Struct Reference

Data Fields

char * fname
 
fhandle_t * fhp
 

Detailed Description

Definition at line 4392 of file vfs_syscalls.c.

Field Documentation

◆ fhp

fhandle_t* getfh_args::fhp

Definition at line 4394 of file vfs_syscalls.c.

Referenced by sys_getfh(), and systrace_args().

◆ fname

char* getfh_args::fname

Definition at line 4393 of file vfs_syscalls.c.

Referenced by sys_getfh(), and systrace_args().


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