FreeBSD kernel kern code
extattr_get_file_args Struct Reference

Data Fields

const char * path
 
int attrnamespace
 
const char * attrname
 
void * data
 
size_t nbytes
 

Detailed Description

Definition at line 425 of file vfs_extattr.c.

Field Documentation

◆ attrname

const char* extattr_get_file_args::attrname

Definition at line 428 of file vfs_extattr.c.

Referenced by sys_extattr_get_file(), and systrace_args().

◆ attrnamespace

int extattr_get_file_args::attrnamespace

Definition at line 427 of file vfs_extattr.c.

Referenced by sys_extattr_get_file(), and systrace_args().

◆ data

void* extattr_get_file_args::data

Definition at line 429 of file vfs_extattr.c.

Referenced by sys_extattr_get_file(), and systrace_args().

◆ nbytes

size_t extattr_get_file_args::nbytes

Definition at line 430 of file vfs_extattr.c.

Referenced by sys_extattr_get_file(), and systrace_args().

◆ path

const char* extattr_get_file_args::path

Definition at line 426 of file vfs_extattr.c.

Referenced by sys_extattr_get_file(), and systrace_args().


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