Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf_item.c34 return offsetof(struct xfs_buf_log_format, blf_data_map) + in xfs_buf_log_format_size()
35 (blfp->blf_map_size * sizeof(blfp->blf_data_map[0])); in xfs_buf_log_format_size()
59 last_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_size_segment()
77 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_size_segment()
224 first_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_format_segment()
260 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_format_segment()
910 &bip->bli_formats[i].blf_data_map[0]); in xfs_buf_item_log()
928 if (!xfs_bitmap_empty(bip->bli_formats[i].blf_data_map, in xfs_buf_item_dirty_format()
Dxfs_trans_buf.c614 memset(bip->bli_formats[i].blf_data_map, 0, in xfs_trans_binval()
Dxfs_log_recover.c2102 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_inode_buffer()
2112 nbits = xfs_contig_bits(buf_f->blf_data_map, in xlog_recover_do_inode_buffer()
2589 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_reg_buffer()
2593 nbits = xfs_contig_bits(buf_f->blf_data_map, in xlog_recover_do_reg_buffer()
/fs/xfs/libxfs/
Dxfs_log_format.h476 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */ member