dissect.xfs¶
Submodules¶
Package Contents¶
Classes¶
- exception dissect.xfs.Error¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception dissect.xfs.FileNotFoundError¶
Bases:
Error,FileNotFoundErrorCommon base class for all non-exit exceptions.
- exception dissect.xfs.NotADirectoryError¶
Bases:
Error,NotADirectoryErrorCommon base class for all non-exit exceptions.
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.xfs.UnsupportedDataforkException¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- class dissect.xfs.XFS(fh: BinaryIO)¶
- fh¶
- ag¶
- sb¶
- block_size¶
- version¶
- name¶
- uuid¶
- meta_uuid¶
- root¶
- get_allocation_group(agnum: int) AllocationGroup¶
- walk_agi(block: int, agnum: int) collections.abc.Iterator[dissect.xfs.c_xfs.c_xfs.xfs_inobt_rec]¶
- walk_extents(block: int) collections.abc.Iterator[tuple[int, int, int, int]]¶