Searched refs:ocfs2_block_check (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A 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,
|
H A D | blockcheck.c | 334 * These are the low-level APIs for using the ocfs2_block_check structure. 340 * ocfs2_block_check structure describing the crc32 and the ecc. 345 * ocfs2_block_check structures are zeroed. 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() 376 * inline ocfs2_block_check structures. 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() 432 * ocfs2_block_check structure describing the crc32 and the ecc. 437 * ocfs2_block_check structure [all...] |
H A 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_chec [all...] |
/kernel/linux/linux-6.6/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 | 332 * These are the low-level APIs for using the ocfs2_block_check structure. 338 * ocfs2_block_check structure describing the crc32 and the ecc. 343 * ocfs2_block_check structures are zeroed. 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() 374 * inline ocfs2_block_check structures. 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() 430 * ocfs2_block_check structure describing the crc32 and the ecc. 435 * ocfs2_block_check structure [all...] |
H A D | ocfs2_fs.h | 408 struct ocfs2_block_check { struct 506 struct ocfs2_block_check h_check; /* Error checking */ 692 /*80*/ struct ocfs2_block_check i_check; /* Error checking */ 773 struct ocfs2_block_check db_check; /* Error checking */ 815 struct ocfs2_block_check dr_check; /* Error checking */ 858 struct ocfs2_block_check dl_check; /* Error checking */ 892 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */ 951 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */ 1016 struct ocfs2_block_check xh_check; /* Error checking 1072 struct ocfs2_block_check xb_chec [all...] |
Completed in 8 milliseconds