FreeBSD kernel kern code
extattr_delete_fd_args Struct Reference

Data Fields

int fd
 
int attrnamespace
 
const char * attrname
 

Detailed Description

Definition at line 526 of file vfs_extattr.c.

Field Documentation

◆ attrname

const char* extattr_delete_fd_args::attrname

Definition at line 529 of file vfs_extattr.c.

Referenced by sys_extattr_delete_fd(), and systrace_args().

◆ attrnamespace

int extattr_delete_fd_args::attrnamespace

Definition at line 528 of file vfs_extattr.c.

Referenced by sys_extattr_delete_fd(), and systrace_args().

◆ fd

int extattr_delete_fd_args::fd

Definition at line 527 of file vfs_extattr.c.

Referenced by sys_extattr_delete_fd(), and systrace_args().


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