Home
last modified time | relevance | path

Searched refs:bip (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_bio.c5107 bdata2bio(struct buf *bp, struct bio *bip) in bdata2bio() argument
5112 bip->bio_ma = bp->b_pages; in bdata2bio()
5113 bip->bio_ma_n = bp->b_npages; in bdata2bio()
5114 bip->bio_data = unmapped_buf; in bdata2bio()
5115 bip->bio_ma_offset = (vm_offset_t)bp->b_offset & PAGE_MASK; in bdata2bio()
5116 bip->bio_flags |= BIO_UNMAPPED; in bdata2bio()
5117 KASSERT(round_page(bip->bio_ma_offset + bip->bio_length) / in bdata2bio()
5119 ("Buffer %p too short: %d %lld %d", bp, bip->bio_ma_offset, in bdata2bio()
5120 (long long)bip->bio_length, bip->bio_ma_n)); in bdata2bio()
5122 bip->bio_data = bp->b_data; in bdata2bio()
[all …]
/f-stack/freebsd/sys/
H A Dbuf.h529 void bdata2bio(struct buf *bp, struct bio *bip);