Searched refs:ocfs2_block_check (Results 1 – 2 of 2) sorted by relevance
/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() 504 memset(bc, 0, sizeof(struct ocfs2_block_check)); 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() [all …]
|