Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf_item.c898 if (map_size > XFS_BLF_DATAMAP_SIZE) { in xfs_buf_item_init()
939 ASSERT(first < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
940 ASSERT(last < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h539 * XFS_BLF_DATAMAP_SIZE must be an odd number to make the padding explicit and
543 #define XFS_BLF_DATAMAP_SIZE (__XFS_BLF_DATAMAP_SIZE + 1) macro
552 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */
/linux/fs/xfs/scrub/
H A Dreap.c1028 if (map_size > XFS_BLF_DATAMAP_SIZE) in xreap_buf_loggable()