FreeBSD kernel kern code
fhopen_args Struct Reference

Data Fields

const struct fhandle * u_fhp
 
int flags
 

Detailed Description

Definition at line 4561 of file vfs_syscalls.c.

Field Documentation

◆ flags

int fhopen_args::flags

Definition at line 4563 of file vfs_syscalls.c.

Referenced by sys_fhopen(), and systrace_args().

◆ u_fhp

const struct fhandle* fhopen_args::u_fhp

Definition at line 4562 of file vfs_syscalls.c.

Referenced by sys_fhopen(), and systrace_args().


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