Searched refs:ocfs2_block_check (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | blockcheck.h | 33 struct ocfs2_block_check *bc); 35 struct ocfs2_block_check *bc); 38 struct ocfs2_block_check *bc); 41 struct ocfs2_block_check *bc); 45 struct ocfs2_block_check *bc); 47 struct ocfs2_block_check *bc, 50 struct ocfs2_block_check *bc); 52 struct ocfs2_block_check *bc,
|
D | blockcheck.c | 352 struct ocfs2_block_check *bc) in ocfs2_block_check_compute() 357 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute() 381 struct ocfs2_block_check *bc, in ocfs2_block_check_validate() 394 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate() 444 struct ocfs2_block_check *bc) in ocfs2_block_check_compute_bhs() 454 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute_bhs() 488 struct ocfs2_block_check *bc, in ocfs2_block_check_validate_bhs() 506 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate_bhs() 567 struct ocfs2_block_check *bc) in ocfs2_compute_meta_ecc() 574 struct ocfs2_block_check *bc) in ocfs2_validate_meta_ecc() [all …]
|
D | ocfs2_fs.h | 410 struct ocfs2_block_check { struct 508 struct ocfs2_block_check h_check; /* Error checking */ 694 /*80*/ struct ocfs2_block_check i_check; /* Error checking */ 775 struct ocfs2_block_check db_check; /* Error checking */ 817 struct ocfs2_block_check dr_check; /* Error checking */ 860 struct ocfs2_block_check dl_check; /* Error checking */ 894 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */ 953 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */ 1018 struct ocfs2_block_check xh_check; /* Error checking 1074 struct ocfs2_block_check xb_check; /* Error checking */ [all …]
|