FreeBSD kernel kern code
extattr_list_link_args Struct Reference

Data Fields

const char * path
 
int attrnamespace
 
void * data
 
size_t nbytes
 

Detailed Description

Definition at line 722 of file vfs_extattr.c.

Field Documentation

◆ attrnamespace

int extattr_list_link_args::attrnamespace

Definition at line 724 of file vfs_extattr.c.

Referenced by sys_extattr_list_link(), and systrace_args().

◆ data

void* extattr_list_link_args::data

Definition at line 725 of file vfs_extattr.c.

Referenced by sys_extattr_list_link(), and systrace_args().

◆ nbytes

size_t extattr_list_link_args::nbytes

Definition at line 726 of file vfs_extattr.c.

Referenced by sys_extattr_list_link(), and systrace_args().

◆ path

const char* extattr_list_link_args::path

Definition at line 723 of file vfs_extattr.c.

Referenced by sys_extattr_list_link(), and systrace_args().


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