ReactOS
0.4.15-dev-2106-g6de3300
|
#include <btrfs.h>
Public Attributes | |
KEY | key |
uint64_t | transid |
uint16_t | m |
uint16_t | n |
uint8_t | type |
char | name [1] |
KEY DIR_ITEM::key |
Definition at line 266 of file btrfs.h.
Referenced by add_dir_item(), delete_xattr(), find_default_subvol(), flush_fileref(), get_dir_last_child(), load_dir_children(), look_for_collision(), and set_xattr().
uint16_t DIR_ITEM::m |
Definition at line 268 of file btrfs.h.
Referenced by _Success_(), add_dir_item(), delete_xattr(), flush_fileref(), get_dir_last_child(), handle_batch_collision(), look_for_collision(), open_fcb(), send_xattr(), and set_xattr().
uint16_t DIR_ITEM::n |
Definition at line 269 of file btrfs.h.
Referenced by _Success_(), add_dir_item(), delete_xattr(), find_default_subvol(), flush_fileref(), get_dir_last_child(), handle_batch_collision(), load_dir_children(), look_for_collision(), open_fcb(), send_xattr(), and set_xattr().
char DIR_ITEM::name[1] |
Definition at line 271 of file btrfs.h.
Referenced by _Success_(), add_dir_item(), delete_xattr(), find_default_subvol(), flush_fileref(), handle_batch_collision(), load_dir_children(), look_for_collision(), open_fcb(), send_xattr(), and set_xattr().
uint64_t DIR_ITEM::transid |
Definition at line 267 of file btrfs.h.
Referenced by add_dir_item(), delete_xattr(), flush_fileref(), and set_xattr().
uint8_t DIR_ITEM::type |
Definition at line 270 of file btrfs.h.
Referenced by add_dir_item(), delete_xattr(), flush_fileref(), load_dir_children(), look_for_collision(), and set_xattr().