Home
last modified time | relevance | path

Searched refs:bvec_phys (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/m68k/emu/
H A Dnfblock.c74 bvec_phys(&bvec)); in nfhd_submit_bio()
/linux-6.15/block/
H A Dblk-merge.c279 seg_size = get_max_segment_size(lim, bvec_phys(bv) + total_len, len); in bvec_split_segs()
490 vec->paddr = bvec_phys(&req->special_vec); in blk_map_iter_next()
500 vec->paddr = bvec_phys(&bv); in blk_map_iter_next()
H A Dblk.h113 phys_addr_t addr1 = bvec_phys(vec1); in biovec_phys_mergeable()
114 phys_addr_t addr2 = bvec_phys(vec2); in biovec_phys_mergeable()
H A Dbio.c960 phys_addr_t addr1 = bvec_phys(bv); in bvec_try_merge_hw_page()
/linux-6.15/include/linux/
H A Dbvec.h293 static inline phys_addr_t bvec_phys(const struct bio_vec *bvec) in bvec_phys() function
/linux-6.15/fs/xfs/
H A Dxfs_zone_gc.c811 bvec_phys(bio_first_bvec_all(&chunk->bio)); in xfs_zone_gc_write_chunk()