Searched refs:XFS_BLF_DATAMAP_SIZE (Results 1 – 3 of 3) sorted by relevance
902 if (map_size > XFS_BLF_DATAMAP_SIZE) { in xfs_buf_item_init()943 ASSERT(first < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()944 ASSERT(last < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
532 #define XFS_BLF_DATAMAP_SIZE (__XFS_BLF_DATAMAP_SIZE + 1) macro541 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */
759 if (map_size > XFS_BLF_DATAMAP_SIZE) in xreap_buf_loggable()