Searched refs:first_bad (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/linux/ |
D | badblocks.h | 45 sector_t *first_bad, int *bad_sectors);
|
/linux-4.19.296/fs/xfs/ |
D | xfs_log_recover.c | 1073 xfs_daddr_t first_bad; in xlog_verify_tail() local 1101 first_bad = 0; in xlog_verify_tail() 1103 XLOG_RECOVER_CRCPASS, &first_bad); in xlog_verify_tail() 1104 while ((error == -EFSBADCRC || error == -EFSCORRUPTED) && first_bad) { in xlog_verify_tail() 1111 tail_distance = xlog_tail_distance(log, head_blk, first_bad); in xlog_verify_tail() 1116 error = xlog_seek_logrec_hdr(log, head_blk, first_bad, 2, bp, in xlog_verify_tail() 1122 first_bad = 0; in xlog_verify_tail() 1124 XLOG_RECOVER_CRCPASS, &first_bad); in xlog_verify_tail() 1161 xfs_daddr_t first_bad; in xlog_verify_head() local 1189 XLOG_RECOVER_CRCPASS, &first_bad); in xlog_verify_head() [all …]
|
/linux-4.19.296/block/ |
D | badblocks.c | 62 sector_t *first_bad, int *bad_sectors) in badblocks_check() argument 122 *first_bad = BB_OFFSET(p[lo]); in badblocks_check()
|