Searched refs:ocfs2_block_check (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | blockcheck.h | 31 struct ocfs2_block_check *bc); 33 struct ocfs2_block_check *bc); 36 struct ocfs2_block_check *bc); 39 struct ocfs2_block_check *bc); 43 struct ocfs2_block_check *bc); 45 struct ocfs2_block_check *bc, 48 struct ocfs2_block_check *bc); 50 struct ocfs2_block_check *bc,
|
H A D | blockcheck.c | 350 struct ocfs2_block_check *bc) in ocfs2_block_check_compute() 355 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute() 379 struct ocfs2_block_check *bc, in ocfs2_block_check_validate() 392 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate() 442 struct ocfs2_block_check *bc) in ocfs2_block_check_compute_bhs() 452 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute_bhs() 486 struct ocfs2_block_check *bc, in ocfs2_block_check_validate_bhs() 565 struct ocfs2_block_check *bc) in ocfs2_compute_meta_ecc() 572 struct ocfs2_block_check *bc) in ocfs2_validate_meta_ecc() 586 struct ocfs2_block_check *bc) in ocfs2_compute_meta_ecc_bhs() [all …]
|
H A D | ocfs2_fs.h | 408 struct ocfs2_block_check { struct 506 struct ocfs2_block_check h_check; /* Error checking */ 692 /*80*/ struct ocfs2_block_check i_check; /* Error checking */ 773 struct ocfs2_block_check db_check; /* Error checking */ 815 struct ocfs2_block_check dr_check; /* Error checking */ 858 struct ocfs2_block_check dl_check; /* Error checking */ 892 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */ 951 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */ 1016 struct ocfs2_block_check xh_check; /* Error checking 1072 struct ocfs2_block_check xb_check; /* Error checking */ [all …]
|