Home
last modified time | relevance | path

Searched refs:InlineExtentDataRef (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py935 next_pos = pos + InlineExtentDataRef.sstruct.size
936 self.extent_data_refs.append(InlineExtentDataRef(data[pos:next_pos]))
995 class InlineExtentDataRef(ExtentDataRef): class
1000 InlineExtentDataRef.sstruct.unpack(data)