Home
last modified time | relevance | path

Searched refs:blf_map_size (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_buf_item.c46 bmp_end = (char *)&blfp->blf_data_map[blfp->blf_map_size]; in xfs_buf_log_check_iovec()
55 (blfp->blf_map_size * sizeof(blfp->blf_data_map[0])); in xfs_buf_log_format_size()
77 last_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_size_segment()
95 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_size_segment()
243 first_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_format_segment()
279 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_format_segment()
758 bip->bli_formats[i].blf_map_size = map_size; in xfs_buf_item_init()
911 bip->bli_formats[i].blf_map_size)) in xfs_buf_item_dirty_format()
Dxfs_buf_item_recover.c455 buf_f->blf_map_size, bit); in xlog_recover_do_reg_buffer()
459 buf_f->blf_map_size, bit); in xlog_recover_do_reg_buffer()
618 buf_f->blf_map_size, bit); in xlog_recover_do_inode_buffer()
628 buf_f->blf_map_size, bit); in xlog_recover_do_inode_buffer()
Dxfs_trans_buf.c576 (bip->bli_formats[i].blf_map_size * sizeof(uint))); in xfs_trans_binval()
Dxfs_trace.h2171 __entry->map_size = buf_f->blf_map_size;
/fs/xfs/libxfs/
Dxfs_log_format.h496 unsigned int blf_map_size; /* used size of data bitmap in words */ member