Searched refs:ocfs2_block_check (Results 1 – 3 of 3) sorted by relevance
/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() 425 struct ocfs2_block_check check; in ocfs2_block_check_validate() 433 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate() 483 struct ocfs2_block_check *bc) in ocfs2_block_check_compute_bhs() 493 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute_bhs() 527 struct ocfs2_block_check *bc, in ocfs2_block_check_validate_bhs() 531 struct ocfs2_block_check check; in ocfs2_block_check_validate_bhs() 544 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate_bhs() [all …]
|
D | ocfs2_fs.h | 441 struct ocfs2_block_check { struct 539 struct ocfs2_block_check h_check; /* Error checking */ 725 /*80*/ struct ocfs2_block_check i_check; /* Error checking */ 804 /*30*/ struct ocfs2_block_check db_check; /* Error checking */ 846 struct ocfs2_block_check dr_check; /* Error checking */ 889 struct ocfs2_block_check dl_check; /* Error checking */ 923 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */ 982 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */ 1047 struct ocfs2_block_check xh_check; /* Error checking 1103 struct ocfs2_block_check xb_check; /* Error checking */ [all …]
|