Searched refs:ocfs2_block_check (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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 | 450 struct ocfs2_block_check { struct 548 struct ocfs2_block_check h_check; /* Error checking */ 734 /*80*/ struct ocfs2_block_check i_check; /* Error checking */ 815 /*30*/ struct ocfs2_block_check db_check; /* Error checking */ 857 struct ocfs2_block_check dr_check; /* Error checking */ 900 struct ocfs2_block_check dl_check; /* Error checking */ 934 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */ 993 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */ 1058 struct ocfs2_block_check xh_check; /* Error checking 1114 struct ocfs2_block_check xb_check; /* Error checking */ [all …]
|