Home
last modified time | relevance | path

Searched refs:disk_offset (Results 1 – 8 of 8) sorted by relevance

/linux/fs/nfs/blocklayout/
H A Ddev.c229 map->disk_offset = dev->disk_offset; in bl_map_simple()
261 u64 disk_offset; in bl_map_stripe() local
277 disk_offset = disk_chunk * dev->chunk_size; in bl_map_stripe()
280 child->map(child, disk_offset, map); in bl_map_stripe()
283 map->disk_offset += disk_offset; in bl_map_stripe()
451 d->disk_offset = v->slice.start; in bl_parse_slice()
H A Dblocklayout.h97 u64 disk_offset; member
113 u64 disk_offset; member
H A Dblocklayout.c147 disk_addr += map->disk_offset; in do_add_page_to_bio()
152 if (end >= map->disk_offset + map->len) in do_add_page_to_bio()
153 *len = map->disk_offset + map->len - disk_addr; in do_add_page_to_bio()
/linux/block/partitions/
H A Dibm.c293 if (label->cms.disk_offset != 0) { in find_cms1_partitions()
297 offset = label->cms.disk_offset * secperblk; in find_cms1_partitions()
/linux/arch/s390/include/uapi/asm/
H A Dvtoc.h205 __u32 disk_offset; /* Disk offset when reserved*/ member
/linux/fs/btrfs/
H A Dfile.c2319 if (extent_info->disk_offset == 0 && in btrfs_insert_replace_extent()
2351 if (extent_info->disk_offset == 0) { in btrfs_insert_replace_extent()
2359 key.objectid = extent_info->disk_offset; in btrfs_insert_replace_extent()
2370 .bytenr = extent_info->disk_offset, in btrfs_insert_replace_extent()
H A Dreflink.c497 clone_info.disk_offset = disko; in btrfs_clone()
H A Dinode.c9124 extent_info.disk_offset = start; in insert_prealloc_file_extent()