ReactOS 0.4.16-dev-122-g325d74c
|
#include <btrfs_drv.h>
Definition at line 450 of file btrfs_drv.h.
bool _root::checked_for_orphans |
Definition at line 462 of file btrfs_drv.h.
bool _root::dirty |
Definition at line 456 of file btrfs_drv.h.
bool _root::dropped |
Definition at line 463 of file btrfs_drv.h.
LIST_ENTRY _root::fcbs |
Definition at line 464 of file btrfs_drv.h.
Referenced by flush_subvol_fcbs().
LIST_ENTRY* _root::fcbs_ptrs[256] |
Definition at line 465 of file btrfs_drv.h.
uint64_t _root::fcbs_version |
Definition at line 461 of file btrfs_drv.h.
uint64_t _root::id |
Definition at line 451 of file btrfs_drv.h.
Referenced by add_root(), delete_xattr(), load_dir_children(), look_for_roots(), open_fileref_by_inode(), query_dir_item(), set_xattr(), and snapshot_tree_copy().
LONGLONG _root::lastinode |
Definition at line 452 of file btrfs_drv.h.
LIST_ENTRY _root::list_entry |
Definition at line 466 of file btrfs_drv.h.
Referenced by add_root().
LIST_ENTRY _root::list_entry_dirty |
Definition at line 467 of file btrfs_drv.h.
root_nonpaged* _root::nonpaged |
Definition at line 454 of file btrfs_drv.h.
uint64_t _root::parent |
Definition at line 459 of file btrfs_drv.h.
Referenced by _check_item(), find_or_create_directory(), look_for_roots(), open_fileref_child(), and TREEVIEW_VerifyRoot().
bool _root::received |
Definition at line 457 of file btrfs_drv.h.
PEPROCESS _root::reserved |
Definition at line 458 of file btrfs_drv.h.
ROOT_ITEM _root::root_item |
Definition at line 455 of file btrfs_drv.h.
Referenced by send_subvol().
LONG _root::send_ops |
Definition at line 460 of file btrfs_drv.h.
tree_holder _root::treeholder |
Definition at line 453 of file btrfs_drv.h.