Searched refs:ROOT_ITEM_KEY (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/devutils/btrfstools/ |
H A D | btrfs_structures.py | 69 ROOT_ITEM_KEY = 132 variable 303 ROOT_ITEM_KEY: 'ROOT_ITEM', 342 if _type == ROOT_ITEM_KEY: 1137 …h_tree(self._tree_roots_root_level, self._tree_roots_root, Key(FS_TREE_OBJECTID, ROOT_ITEM_KEY, 0)) 1138 …ee(self._tree_roots_root_level, self._tree_roots_root, Key(EXTENT_TREE_OBJECTID, ROOT_ITEM_KEY, 0)) 1289 ROOT_ITEM_KEY: RootItem,
|
/reactos/boot/freeldr/bootsect/ |
H A D | btrfs.S | 27 ROOT_ITEM_KEY = 132 define 278 mov byte ptr [esp], ROOT_ITEM_KEY
|