BI_ACT_ZERO
bio_integrity_alloc_buf(bio, GFP_NOIO, action & BI_ACT_ZERO);
bio_integrity_alloc_buf(bio, GFP_NOFS, action & BI_ACT_ZERO);
return BI_ACT_BUFFER | BI_ACT_ZERO;
return BI_ACT_BUFFER | BI_ACT_CHECK | BI_ACT_ZERO;