FreeBSD kernel kern code
fhreadlink_args Struct Reference

Data Fields

fhandle_t * fhp
 
char * buf
 
size_t bufsize
 

Detailed Description

Definition at line 4520 of file vfs_syscalls.c.

Field Documentation

◆ buf

char* fhreadlink_args::buf

Definition at line 4522 of file vfs_syscalls.c.

Referenced by sys_fhreadlink(), and systrace_args().

◆ bufsize

size_t fhreadlink_args::bufsize

Definition at line 4523 of file vfs_syscalls.c.

Referenced by sys_fhreadlink(), and systrace_args().

◆ fhp

fhandle_t* fhreadlink_args::fhp

Definition at line 4521 of file vfs_syscalls.c.

Referenced by sys_fhreadlink(), and systrace_args().


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