Home
last modified time | relevance | path

Searched refs:blf_data_map (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_buf_item.c36 return offsetof(struct xfs_buf_log_format, blf_data_map) + in xfs_buf_log_format_size()
37 (blfp->blf_map_size * sizeof(blfp->blf_data_map[0])); in xfs_buf_log_format_size()
61 last_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_size_segment()
79 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_size_segment()
226 first_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_format_segment()
262 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_format_segment()
912 &bip->bli_formats[i].blf_data_map[0]); in xfs_buf_item_log()
930 if (!xfs_bitmap_empty(bip->bli_formats[i].blf_data_map, in xfs_buf_item_dirty_format()
Dxfs_trans_buf.c575 memset(bip->bli_formats[i].blf_data_map, 0, in xfs_trans_binval()
Dxfs_log_recover.c2179 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_inode_buffer()
2189 nbits = xfs_contig_bits(buf_f->blf_data_map, in xlog_recover_do_inode_buffer()
2660 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_reg_buffer()
2664 nbits = xfs_contig_bits(buf_f->blf_data_map, in xlog_recover_do_reg_buffer()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_log_format.h478 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */ member