FreeBSD kernel kern code
fhlinkat_args Struct Reference

Data Fields

fhandle_t * fhp
 
int tofd
 
const char * to
 

Detailed Description

Definition at line 4477 of file vfs_syscalls.c.

Field Documentation

◆ fhp

fhandle_t* fhlinkat_args::fhp

Definition at line 4478 of file vfs_syscalls.c.

Referenced by sys_fhlinkat(), and systrace_args().

◆ to

const char* fhlinkat_args::to

Definition at line 4480 of file vfs_syscalls.c.

Referenced by sys_fhlinkat(), and systrace_args().

◆ tofd

int fhlinkat_args::tofd

Definition at line 4479 of file vfs_syscalls.c.

Referenced by sys_fhlinkat(), and systrace_args().


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