FreeBSD kernel kern code
chflagsat_args Struct Reference

Data Fields

int fd
 
const char * path
 
u_long flags
 
int atflag
 

Detailed Description

Definition at line 2768 of file vfs_syscalls.c.

Field Documentation

◆ atflag

int chflagsat_args::atflag

Definition at line 2772 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ fd

int chflagsat_args::fd

Definition at line 2769 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ flags

u_long chflagsat_args::flags

Definition at line 2771 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ path

const char* chflagsat_args::path

Definition at line 2770 of file vfs_syscalls.c.

Referenced by systrace_args().


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