ReactOS 0.4.15-dev-7924-g5949c20
batch_item Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for batch_item:

Public Attributes

KEY key
 
voiddata
 
uint16_t datalen
 
enum batch_operation operation
 
LIST_ENTRY list_entry
 

Detailed Description

Definition at line 486 of file btrfs_drv.h.

Member Data Documentation

◆ data

void* batch_item::data

Definition at line 488 of file btrfs_drv.h.

Referenced by __attribute__(), and insert_tree_item_batch().

◆ datalen

uint16_t batch_item::datalen

Definition at line 489 of file btrfs_drv.h.

Referenced by __attribute__(), and insert_tree_item_batch().

◆ key

KEY batch_item::key

Definition at line 487 of file btrfs_drv.h.

Referenced by __attribute__(), insert_tree_item_batch(), and split_batch_item_list().

◆ list_entry

LIST_ENTRY batch_item::list_entry

Definition at line 491 of file btrfs_drv.h.

Referenced by __attribute__(), and insert_tree_item_batch().

◆ operation

enum batch_operation batch_item::operation

Definition at line 490 of file btrfs_drv.h.

Referenced by __attribute__(), and insert_tree_item_batch().


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