Searched refs:BI_ACT_ZERO (Results 1 – 4 of 4) sorted by relevance
29 bio_integrity_alloc_buf(bio, action & BI_ACT_ZERO); in fs_bio_integrity_alloc()
97 bio_integrity_alloc_buf(bio, action & BI_ACT_ZERO); in bio_integrity_prep()
55 return BI_ACT_BUFFER | BI_ACT_ZERO; in __bio_integrity_action()59 return BI_ACT_BUFFER | BI_ACT_CHECK | BI_ACT_ZERO; in __bio_integrity_action()
182 BI_ACT_ZERO = (1u << 2), /* zero buffer */ enumerator