FreeBSD kernel kern code
extattrctl_args Struct Reference

Data Fields

const char * path
 
int cmd
 
const char * filename
 
int attrnamespace
 
const char * attrname
 

Detailed Description

Definition at line 71 of file vfs_extattr.c.

Field Documentation

◆ attrname

const char* extattrctl_args::attrname

Definition at line 76 of file vfs_extattr.c.

Referenced by sys_extattrctl(), and systrace_args().

◆ attrnamespace

int extattrctl_args::attrnamespace

Definition at line 75 of file vfs_extattr.c.

Referenced by sys_extattrctl(), and systrace_args().

◆ cmd

int extattrctl_args::cmd

Definition at line 73 of file vfs_extattr.c.

Referenced by sys_extattrctl(), and systrace_args().

◆ filename

const char* extattrctl_args::filename

Definition at line 74 of file vfs_extattr.c.

Referenced by sys_extattrctl(), and systrace_args().

◆ path

const char* extattrctl_args::path

Definition at line 72 of file vfs_extattr.c.

Referenced by sys_extattrctl(), and systrace_args().


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