FreeBSD kernel kern code
fchownat_args Struct Reference

Data Fields

int fd
 
const char * path
 
uid_t uid
 
gid_t gid
 
int flag
 

Detailed Description

Definition at line 3080 of file vfs_syscalls.c.

Field Documentation

int fchownat_args::fd

Definition at line 3081 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

int fchownat_args::flag

Definition at line 3085 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

gid_t fchownat_args::gid

Definition at line 3084 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

const char* fchownat_args::path

Definition at line 3082 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

uid_t fchownat_args::uid

Definition at line 3083 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().


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