FreeBSD kernel kern code
extattr_list_file_args Struct Reference

Data Fields

const char * path
 
int attrnamespace
 
void * data
 
size_t nbytes
 

Detailed Description

Definition at line 706 of file vfs_extattr.c.

Field Documentation

◆ attrnamespace

int extattr_list_file_args::attrnamespace

Definition at line 708 of file vfs_extattr.c.

Referenced by systrace_args().

◆ data

void* extattr_list_file_args::data

Definition at line 709 of file vfs_extattr.c.

Referenced by systrace_args().

◆ nbytes

size_t extattr_list_file_args::nbytes

Definition at line 710 of file vfs_extattr.c.

Referenced by systrace_args().

◆ path

const char* extattr_list_file_args::path

Definition at line 707 of file vfs_extattr.c.

Referenced by systrace_args().


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