FreeBSD kernel kern code
extattr_list_fd_args Struct Reference

Data Fields

int fd
 
int attrnamespace
 
void * data
 
size_t nbytes
 

Detailed Description

Definition at line 677 of file vfs_extattr.c.

Field Documentation

◆ attrnamespace

int extattr_list_fd_args::attrnamespace

Definition at line 679 of file vfs_extattr.c.

Referenced by sys_extattr_list_fd(), and systrace_args().

◆ data

void* extattr_list_fd_args::data

Definition at line 680 of file vfs_extattr.c.

Referenced by sys_extattr_list_fd(), and systrace_args().

◆ fd

int extattr_list_fd_args::fd

Definition at line 678 of file vfs_extattr.c.

Referenced by sys_extattr_list_fd(), and systrace_args().

◆ nbytes

size_t extattr_list_fd_args::nbytes

Definition at line 681 of file vfs_extattr.c.

Referenced by sys_extattr_list_fd(), and systrace_args().


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