Searched refs:wbio (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid1.c | 2179 struct bio *wbio; in sync_request_write() local 2194 wbio = r1_bio->bios[i]; in sync_request_write() 2195 if (wbio->bi_end_io == NULL || in sync_request_write() 2196 (wbio->bi_end_io == end_sync_read && in sync_request_write() 2205 bio_set_op_attrs(wbio, REQ_OP_WRITE, 0); in sync_request_write() 2207 wbio->bi_opf |= MD_FAILFAST; in sync_request_write() 2209 wbio->bi_end_io = end_sync_write; in sync_request_write() 2211 md_sync_acct(conf->mirrors[i].rdev->bdev, bio_sectors(wbio)); in sync_request_write() 2213 submit_bio_noacct(wbio); in sync_request_write() 2357 struct bio *wbio; in narrow_write_error() local [all …]
|
| H A D | raid10.c | 2215 struct bio *wbio, *wbio2; in recovery_request_write() local 2228 wbio = r10_bio->devs[1].bio; in recovery_request_write() 2236 if (wbio->bi_end_io) { in recovery_request_write() 2238 md_sync_acct(conf->mirrors[d].rdev->bdev, bio_sectors(wbio)); in recovery_request_write() 2239 submit_bio_noacct(wbio); in recovery_request_write() 2536 struct bio *wbio; in narrow_write_error() local 2541 wbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in narrow_write_error() 2542 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error() 2544 wbio->bi_iter.bi_sector = wsector + in narrow_write_error() 2546 bio_set_dev(wbio, rdev->bdev); in narrow_write_error() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ssl.h | 1440 BIO *wbio; member 1447 char *wbio; member 2161 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | ssl.h | 262 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio); 276 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | ssl.h | 262 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio); 276 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | ssl.h | 268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio); 282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | ssl.h | 268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio); 282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | ssl.h | 268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio); 282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | ssl.h | 268 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio); 282 OPENSSL_EXPORT void SSL_set0_wbio(SSL *ssl, BIO *wbio);
|