ReactOS 0.4.16-dev-340-g0540c21
|
#include <btrfs_drv.h>
Public Attributes | |
LIST_ENTRY | list_entry |
USHORT | namelen |
USHORT | valuelen |
bool | dirty |
char | data [1] |
Definition at line 274 of file btrfs_drv.h.
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().
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 xattr::list_entry |
Definition at line 275 of file btrfs_drv.h.
Referenced by duplicate_fcb(), flush_fcb(), fsctl_set_xattr(), and open_fcb().
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().
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().