]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_rtbitmap.h
xfs: create helpers for rtsummary block/wordcount computations
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_rtbitmap.h
2024-02-15  Darrick J. Wongxfs: create helpers for rtsummary block/wordcount compu...
2024-02-15  Darrick J. Wongxfs: use accessor functions for bitmap words
2024-02-15  Darrick J. Wongxfs: create helpers for rtbitmap block/wordcount comput...
2024-02-15  Darrick J. Wongxfs: convert rt summary macros to helpers
2024-02-15  Darrick J. Wongxfs: convert open-coded xfs_rtword_t pointer accesses...
2024-02-15  Darrick J. Wongxfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
2024-02-15  Darrick J. Wongxfs: convert the rtbitmap block and bit macros to stati...
2024-02-15  Darrick J. Wongxfs: use shifting and masking when converting rt extent...
2024-02-15  Darrick J. Wongxfs: create rt extent rounding helpers for realtime...
2024-02-15  Darrick J. Wongxfs: convert do_div calls to xfs_rtb_to_rtx helper...
2024-02-15  Darrick J. Wongxfs: create helpers to convert rt block numbers to...
2024-02-15  Darrick J. Wongxfs: create a helper to convert extlen to rtextlen
2024-02-15  Darrick J. Wongxfs: create a helper to compute leftovers of realtime...
2024-02-15  Darrick J. Wongxfs: create a helper to convert rtextents to rtblocks
2024-02-15  Darrick J. Wongxfs: convert rt extent numbers to xfs_rtxnum_t
2024-02-15  Darrick J. Wongxfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
2024-02-15  Darrick J. Wongxfs: convert rt bitmap/summary block numbers to xfs_fil...
2024-02-15  Darrick J. Wongxfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt...
2024-02-15  Darrick J. Wongxfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h