Searched refs:ot_offset (Results 1 – 1 of 1) sorted by relevance
/fs/ocfs2/ |
D | journal.c | 487 int ot_offset; member 507 ocfs2_block_check_compute(data, size, data + ot->ot_offset); in ocfs2_frozen_trigger() 568 .ot_offset = offsetof(struct ocfs2_dinode, i_check), 576 .ot_offset = offsetof(struct ocfs2_extent_block, h_check), 584 .ot_offset = offsetof(struct ocfs2_refcount_block, rf_check), 592 .ot_offset = offsetof(struct ocfs2_group_desc, bg_check), 607 .ot_offset = offsetof(struct ocfs2_xattr_block, xb_check), 622 .ot_offset = offsetof(struct ocfs2_dx_root_block, dr_check), 630 .ot_offset = offsetof(struct ocfs2_dx_leaf, dl_check),
|