Searched refs:ocfs2_block_check (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | blockcheck.h | 44 struct ocfs2_block_check *bc); 46 struct ocfs2_block_check *bc); 49 struct ocfs2_block_check *bc); 52 struct ocfs2_block_check *bc); 56 struct ocfs2_block_check *bc); 58 struct ocfs2_block_check *bc, 61 struct ocfs2_block_check *bc); 63 struct ocfs2_block_check *bc,
|
D | blockcheck.c | 392 struct ocfs2_block_check *bc) in ocfs2_block_check_compute() 397 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute() 421 struct ocfs2_block_check *bc, in ocfs2_block_check_validate() 434 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate() 484 struct ocfs2_block_check *bc) in ocfs2_block_check_compute_bhs() 494 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute_bhs() 528 struct ocfs2_block_check *bc, in ocfs2_block_check_validate_bhs() 546 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate_bhs() 607 struct ocfs2_block_check *bc) in ocfs2_compute_meta_ecc() 614 struct ocfs2_block_check *bc) in ocfs2_validate_meta_ecc() [all …]
|
D | ocfs2_fs.h | 449 struct ocfs2_block_check { struct 547 struct ocfs2_block_check h_check; /* Error checking */ 733 /*80*/ struct ocfs2_block_check i_check; /* Error checking */ 814 struct ocfs2_block_check db_check; /* Error checking */ 856 struct ocfs2_block_check dr_check; /* Error checking */ 899 struct ocfs2_block_check dl_check; /* Error checking */ 933 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */ 992 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */ 1057 struct ocfs2_block_check xh_check; /* Error checking 1113 struct ocfs2_block_check xb_check; /* Error checking */ [all …]
|