Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py940 next_pos = pos + InlineSharedDataRef.inline_shared_data_ref.size
941 self.shared_data_refs.append(InlineSharedDataRef(data[pos:next_pos]))
1019 class InlineSharedDataRef(SharedDataRef): class
1023 self.parent, self.count = InlineSharedDataRef.sstruct.unpack(data)