Home
last modified time | relevance | path

Searched defs:logical (Results 1 – 25 of 29) sorted by relevance

12

/linux/fs/btrfs/
H A Dbio.c188 const u64 logical = repair_bbio->saved_iter.bi_sector << SECTOR_SHIFT; btrfs_end_repair_bio() local
253 const u64 logical = round_down(failed_bbio->saved_iter.bi_sector << SECTOR_SHIFT, repair_one_sector() local
751 u64 logical = bio->bi_iter.bi_sector << SECTOR_SHIFT; btrfs_submit_chunk() local
880 const u64 logical = bbio->bio.bi_iter.bi_sector << SECTOR_SHIFT; assert_bbio_alignment() local
929 btrfs_repair_io_failure(struct btrfs_fs_info * fs_info,u64 ino,u64 fileoff,u32 length,u64 logical,const phys_addr_t paddrs[],unsigned int step,int mirror_num) btrfs_repair_io_failure() argument
1008 u64 logical = bbio->bio.bi_iter.bi_sector << SECTOR_SHIFT; btrfs_submit_repair_write() local
[all...]
H A Dzoned.c1895 u64 logical = cache->start; btrfs_load_block_group_zone_info() local
2077 btrfs_rewrite_logical_zoned(struct btrfs_ordered_extent * ordered,u64 logical) btrfs_rewrite_logical_zoned() argument
2095 btrfs_zoned_split_ordered(struct btrfs_ordered_extent * ordered,u64 logical,u64 len) btrfs_zoned_split_ordered() argument
2117 u64 logical, len; btrfs_finish_ordered_zoned() local
2293 read_zone_info(struct btrfs_fs_info * fs_info,u64 logical,struct blk_zone * zone) read_zone_info() argument
2341 btrfs_sync_zone_write_pointer(struct btrfs_device * tgt_dev,u64 logical,u64 physical_start,u64 physical_pos) btrfs_sync_zone_write_pointer() argument
2681 btrfs_zone_finish_endio(struct btrfs_fs_info * fs_info,u64 logical,u64 length) btrfs_zone_finish_endio() argument
2901 btrfs_zoned_release_data_reloc_bg(struct btrfs_fs_info * fs_info,u64 logical,u64 length) btrfs_zoned_release_data_reloc_bg() argument
[all...]
H A Dvolumes.c3216 btrfs_find_chunk_map_nolock(struct btrfs_fs_info * fs_info,u64 logical,u64 length) btrfs_find_chunk_map_nolock() argument
3279 btrfs_find_chunk_map(struct btrfs_fs_info * fs_info,u64 logical,u64 length) btrfs_find_chunk_map() argument
3299 btrfs_get_chunk_map(struct btrfs_fs_info * fs_info,u64 logical,u64 length) btrfs_get_chunk_map() argument
6167 btrfs_num_copies(struct btrfs_fs_info * fs_info,u64 logical,u64 len) btrfs_num_copies() argument
6188 btrfs_full_stripe_len(struct btrfs_fs_info * fs_info,u64 logical) btrfs_full_stripe_len() argument
6346 alloc_btrfs_io_context(struct btrfs_fs_info * fs_info,u64 logical,u16 total_stripes) alloc_btrfs_io_context() argument
6384 btrfs_map_discard(struct btrfs_fs_info * fs_info,u64 logical,u64 * length_ret,u32 * num_stripes,bool do_remap) btrfs_map_discard() argument
6538 is_block_group_to_copy(struct btrfs_fs_info * fs_info,u64 logical) is_block_group_to_copy() argument
6557 handle_ops_on_dev_replace(struct btrfs_io_context * bioc,struct btrfs_dev_replace * dev_replace,u64 logical,struct btrfs_io_geometry * io_geom) handle_ops_on_dev_replace() argument
6683 set_io_stripe(struct btrfs_fs_info * fs_info,u64 logical,u64 * length,struct btrfs_io_stripe * dst,struct btrfs_chunk_map * map,struct btrfs_io_geometry * io_geom) set_io_stripe() argument
6797 map_blocks_raid56_write(struct btrfs_chunk_map * map,struct btrfs_io_geometry * io_geom,u64 logical,u64 * length) map_blocks_raid56_write() argument
6888 btrfs_map_block(struct btrfs_fs_info * fs_info,enum btrfs_map_op op,u64 logical,u64 * length,struct btrfs_io_context ** bioc_ret,struct btrfs_io_stripe * smap,int * mirror_num_ret) btrfs_map_block() argument
7287 check_32bit_meta_chunk(struct btrfs_fs_info * fs_info,u64 logical,u64 length,u64 type) check_32bit_meta_chunk() argument
7306 warn_32bit_meta_chunk(struct btrfs_fs_info * fs_info,u64 logical,u64 length,u64 type) warn_32bit_meta_chunk() argument
7345 u64 logical; read_one_chunk() local
8555 btrfs_repair_one_zone(struct btrfs_fs_info * fs_info,u64 logical) btrfs_repair_one_zone() argument
8583 map_raid56_repair_block(struct btrfs_io_context * bioc,struct btrfs_io_stripe * smap,u64 logical) map_raid56_repair_block() argument
8617 btrfs_map_repair_block(struct btrfs_fs_info * fs_info,struct btrfs_io_stripe * smap,u64 logical,u32 length,int mirror_num) btrfs_map_repair_block() argument
[all...]
H A Dscrub.c145 u64 logical; member
319 u64 logical; member
584 bool is_super, u64 logical, u64 physical) in scrub_print_common_warning() argument
716 const u64 logical = stripe->logical + (sector_nr << fs_info->sectorsize_bits); scrub_verify_one_metadata() local
946 alloc_scrub_bbio(struct btrfs_fs_info * fs_info,unsigned int nr_vecs,blk_opf_t opf,u64 logical,btrfs_bio_end_io_t end_io,void * private) alloc_scrub_bbio() argument
1603 sync_write_pointer_for_zoned(struct scrub_ctx * sctx,u64 logical,u64 physical,u64 physical_end) sync_write_pointer_for_zoned() argument
1831 const u64 logical = stripe->logical + scrub_submit_extent_sector_read() local
2038 queue_scrub_stripe(struct scrub_ctx * sctx,struct btrfs_block_group * bg,struct btrfs_device * dev,int mirror_num,u64 logical,u32 length,u64 physical,u64 * found_logical_ret) queue_scrub_stripe() argument
2452 u64 logical; scrub_stripe() local
[all...]
H A Dtree-mod-log.c11 u64 logical; member
17 u64 logical; member
1016 u64 logical; btrfs_get_old_root() local
[all...]
H A Dordered-data.h30 u64 logical; member
H A Dtree-checker.c862 logical, &vaf); in btrfs_check_chunk_valid() argument
787 chunk_err(const struct btrfs_fs_info * fs_info,const struct extent_buffer * leaf,const struct btrfs_chunk * chunk,u64 logical,const char * fmt,...) chunk_err() argument
[all...]
H A Dbackref.c2202 extent_from_logical(struct btrfs_fs_info * fs_info,u64 logical,struct btrfs_path * path,struct btrfs_key * found_key,u64 * flags_ret) extent_from_logical() argument
2561 iterate_inodes_from_logical(u64 logical,struct btrfs_fs_info * fs_info,void * ctx,bool ignore_offset) iterate_inodes_from_logical() argument
[all...]
H A Dblock-group.c2203 btrfs_rmap_block(struct btrfs_fs_info * fs_info,u64 chunk_start,u64 physical,u64 ** logical,int * naddrs,int * stripe_len) btrfs_rmap_block() argument
2282 u64 *logical; exclude_super_stripes() local
[all...]
H A Dvolumes.h513 u64 logical; global() member
[all...]
H A Drelocation.c5123 btrfs_translate_remap(struct btrfs_fs_info * fs_info,u64 * logical,u64 * length) btrfs_translate_remap() argument
5845 u64 logical = U64_MAX; btrfs_get_reloc_bg_bytenr() local
[all...]
H A Draid56.c110 #define ASSERT_RBIO_LOGICAL(expr, rbio, logical) \ argument
H A Dinode.c97 u64 logical; global() member
225 u64 logical; print_data_reloc_error() local
[all...]
/linux/fs/btrfs/tests/
H A Draid-stripe-tree-tests.c651 u64 logical = SZ_1M; in test_front_delete() local
760 u64 logical = SZ_1M; in test_tail_delete() local
882 u64 logical = SZ_1M; in test_create_update_delete() local
1003 u64 logical = SZ_1M; in test_simple_create_delete() local
/linux/drivers/mtd/
H A Dinftlmount.c502 int logical, block, i; in INFTL_dumpVUchains() local
/linux/include/uapi/linux/
H A Dhiddev.h98 __u32 logical; /* logical usage for this field */ member
H A Dbtrfs.h720 __u64 logical; /* in */ global() member
/linux/fs/
H A Dioctl.c111 int fiemap_fill_next_extent(struct fiemap_extent_info *fieinfo, u64 logical, in fiemap_fill_next_extent()
/linux/drivers/gpu/drm/xe/
H A Dxe_gt.c1081 xe_gt_hw_engine(struct xe_gt * gt,enum xe_engine_class class,u16 instance,bool logical) xe_gt_hw_engine() argument
/linux/fs/nilfs2/
H A Dinode.c1106 __u64 logical = 0, phys = 0, size = 0; in nilfs_fiemap() local
/linux/fs/ext4/
H A Dextents.c977 int logical, ext4_fsblk_t ptr) in ext4_ext_insert_index() argument
1469 ext4_ext_search_left(struct inode * inode,struct ext4_ext_path * path,ext4_lblk_t * logical,ext4_fsblk_t * phys) ext4_ext_search_left() argument
1533 ext4_ext_search_right(struct inode * inode,struct ext4_ext_path * path,ext4_lblk_t * logical,ext4_fsblk_t * phys,struct ext4_extent * ret_ex,int flags) ext4_ext_search_right() argument
[all...]
/linux/drivers/scsi/
H A Dst.c3136 int logical) in get_location()
3196 int logical) in set_location()
/linux/include/hyperv/
H A Dhvhdk_mini.h500 } logical; member
/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.c1164 s8 bar, logical = 0; in pm8001_chip_iounmap() local
/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c129 struct intel_cdclk_config logical; member
[all...]

12