|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <btrfs_drv.h>

Public Attributes | |
| KEY | key |
| void * | data |
| uint16_t | datalen |
| enum batch_operation | operation |
| LIST_ENTRY | list_entry |
Definition at line 486 of file btrfs_drv.h.
| void* batch_item::data |
Definition at line 488 of file btrfs_drv.h.
Referenced by __attribute__(), and insert_tree_item_batch().
| uint16_t batch_item::datalen |
Definition at line 489 of file btrfs_drv.h.
Referenced by __attribute__(), and insert_tree_item_batch().
| 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 batch_item::list_entry |
Definition at line 491 of file btrfs_drv.h.
Referenced by __attribute__(), and insert_tree_item_batch().
| enum batch_operation batch_item::operation |
Definition at line 490 of file btrfs_drv.h.
Referenced by __attribute__(), and insert_tree_item_batch().