Home
last modified time | relevance | path

Searched refs:dev_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/nvdimm/
Dblk.c68 resource_size_t dev_offset, ns_offset; in nd_blk_rw_integrity() local
75 dev_offset = to_dev_offset(nsblk, ns_offset, len); in nd_blk_rw_integrity()
76 if (dev_offset == SIZE_MAX) in nd_blk_rw_integrity()
93 err = ndbr->do_io(ndbr, dev_offset, iobuf + bv.bv_offset, in nd_blk_rw_integrity()
100 dev_offset += cur_len; in nd_blk_rw_integrity()
121 resource_size_t dev_offset, ns_offset; in nsblk_do_bvec() local
142 dev_offset = to_dev_offset(nsblk, ns_offset, cur_len); in nsblk_do_bvec()
143 if (dev_offset == SIZE_MAX) in nsblk_do_bvec()
147 err = ndbr->do_io(ndbr, dev_offset, iobuf + off, cur_len, rw); in nsblk_do_bvec()
210 resource_size_t dev_offset; in nsblk_rw_bytes() local
[all …]
/Linux-v5.4/fs/btrfs/
Dvolumes.h352 u64 dev_offset; member
Dvolumes.c4993 u64 dev_offset; in __btrfs_alloc_chunk() local
5017 &dev_offset, &max_avail); in __btrfs_alloc_chunk()
5038 devices_info[ndevs].dev_offset = dev_offset; in __btrfs_alloc_chunk()
5113 map->stripes[s].physical = devices_info[i].dev_offset + in __btrfs_alloc_chunk()
5199 u64 dev_offset; in btrfs_finish_chunk_alloc() local
5228 dev_offset = map->stripes[i].physical; in btrfs_finish_chunk_alloc()
5234 dev_offset, stripe_size); in btrfs_finish_chunk_alloc()
5246 dev_offset = map->stripes[i].physical; in btrfs_finish_chunk_alloc()
5249 btrfs_set_stack_stripe_offset(stripe, dev_offset); in btrfs_finish_chunk_alloc()
Dscrub.c3422 u64 dev_offset, in scrub_chunk() argument
3458 map->stripes[i].physical == dev_offset) { in scrub_chunk()