Home
last modified time | relevance | path

Searched refs:XFS_BLF_DATAMAP_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf_item.c746 if (map_size > XFS_BLF_DATAMAP_SIZE) { in xfs_buf_item_init()
787 ASSERT(first < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
788 ASSERT(last < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf_item.c870 if (map_size > XFS_BLF_DATAMAP_SIZE) { in xfs_buf_item_init()
911 ASSERT(first < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
912 ASSERT(last < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_log_format.h484 * XFS_BLF_DATAMAP_SIZE must be an odd number to make the padding explicit and
488 #define XFS_BLF_DATAMAP_SIZE (__XFS_BLF_DATAMAP_SIZE + 1) macro
497 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_log_format.h521 * XFS_BLF_DATAMAP_SIZE must be an odd number to make the padding explicit and
525 #define XFS_BLF_DATAMAP_SIZE (__XFS_BLF_DATAMAP_SIZE + 1) macro
534 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */

Completed in 8 milliseconds