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 3027 of file vfs_syscalls.c.

Field Documentation

◆ fd

int fchownat_args::fd

Definition at line 3028 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

◆ flag

int fchownat_args::flag

Definition at line 3032 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

◆ gid

gid_t fchownat_args::gid

Definition at line 3031 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

◆ path

const char* fchownat_args::path

Definition at line 3029 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().

◆ uid

uid_t fchownat_args::uid

Definition at line 3030 of file vfs_syscalls.c.

Referenced by sys_fchownat(), and systrace_args().


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