FreeBSD kernel kern code
getfhat_args Struct Reference

Data Fields

int fd
 
char * path
 
fhandle_t * fhp
 
int flags
 

Detailed Description

Definition at line 4413 of file vfs_syscalls.c.

Field Documentation

◆ fd

int getfhat_args::fd

Definition at line 4414 of file vfs_syscalls.c.

Referenced by sys_getfhat(), and systrace_args().

◆ fhp

fhandle_t* getfhat_args::fhp

Definition at line 4416 of file vfs_syscalls.c.

Referenced by sys_getfhat(), and systrace_args().

◆ flags

int getfhat_args::flags

Definition at line 4417 of file vfs_syscalls.c.

Referenced by sys_getfhat(), and systrace_args().

◆ path

char* getfhat_args::path

Definition at line 4415 of file vfs_syscalls.c.

Referenced by sys_getfhat(), and systrace_args().


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