FreeBSD kernel kern code
extattr_delete_file_args Struct Reference

Data Fields

const char * path
 
int attrnamespace
 
const char * attrname
 

Detailed Description

Definition at line 559 of file vfs_extattr.c.

Field Documentation

◆ attrname

const char* extattr_delete_file_args::attrname

Definition at line 562 of file vfs_extattr.c.

Referenced by sys_extattr_delete_file(), and systrace_args().

◆ attrnamespace

int extattr_delete_file_args::attrnamespace

Definition at line 561 of file vfs_extattr.c.

Referenced by sys_extattr_delete_file(), and systrace_args().

◆ path

const char* extattr_delete_file_args::path

Definition at line 560 of file vfs_extattr.c.

Referenced by sys_extattr_delete_file(), and systrace_args().


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