ReactOS 0.4.15-dev-7842-g558ab78
xattr Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for xattr:

Public Attributes

LIST_ENTRY list_entry
 
USHORT namelen
 
USHORT valuelen
 
bool dirty
 
char data [1]
 

Detailed Description

Definition at line 274 of file btrfs_drv.h.

Member Data Documentation

◆ data

char xattr::data[1]

Definition at line 279 of file btrfs_drv.h.

Referenced by duplicate_fcb(), flush_fcb(), fsctl_get_xattrs(), fsctl_set_xattr(), and open_fcb().

◆ dirty

bool xattr::dirty

Definition at line 278 of file btrfs_drv.h.

Referenced by duplicate_fcb(), flush_fcb(), fsctl_set_xattr(), move_across_subvols(), and open_fcb().

◆ list_entry

LIST_ENTRY xattr::list_entry

Definition at line 275 of file btrfs_drv.h.

Referenced by duplicate_fcb(), flush_fcb(), fsctl_set_xattr(), and open_fcb().

◆ namelen

USHORT xattr::namelen

Definition at line 276 of file btrfs_drv.h.

Referenced by duplicate_fcb(), flush_fcb(), fsctl_get_xattrs(), fsctl_set_xattr(), and open_fcb().

◆ valuelen

USHORT xattr::valuelen

Definition at line 277 of file btrfs_drv.h.

Referenced by duplicate_fcb(), flush_fcb(), fsctl_get_xattrs(), fsctl_set_xattr(), and open_fcb().


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