Searched refs:bio_split_rw_at (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/block/ |
D | blk-merge.c | 311 int bio_split_rw_at(struct bio *bio, const struct queue_limits *lim, in bio_split_rw_at() function 371 EXPORT_SYMBOL_GPL(bio_split_rw_at); 377 bio_split_rw_at(bio, lim, nr_segs, in bio_split_rw() 394 split_sectors = bio_split_rw_at(bio, lim, nr_segs, in bio_split_zone_append()
|
D | blk-map.c | 580 ret = bio_split_rw_at(bio, lim, &nsegs, max_bytes); in blk_rq_map_user_bvec()
|
/linux-6.12.1/include/linux/ |
D | bio.h | 327 int bio_split_rw_at(struct bio *bio, const struct queue_limits *lim,
|
/linux-6.12.1/fs/btrfs/ |
D | bio.c | 650 sector_offset = bio_split_rw_at(&bbio->bio, &bbio->fs_info->limits, in btrfs_append_map_length()
|