Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 20 of 20) sorted by relevance

/u-boot-v2022.01-rc1/fs/btrfs/
A Dvolumes.h164 u64 logical, u64 *length, u64 *type,
168 u64 logical, u64 *length,
171 int btrfs_next_bg(struct btrfs_fs_info *map_tree, u64 *logical,
174 u64 *logical, u64 *size) in btrfs_next_bg_metadata() argument
176 return btrfs_next_bg(fs_info, logical, size, in btrfs_next_bg_metadata()
180 u64 *logical, u64 *size) in btrfs_next_bg_system() argument
182 return btrfs_next_bg(fs_info, logical, size, in btrfs_next_bg_system()
190 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
200 int slot, u64 logical);
A Dvolumes.c388 int slot, u64 logical) in btrfs_check_chunk_valid() argument
522 u64 logical; in read_one_chunk() local
530 logical = key->offset; in read_one_chunk()
545 if (ce && ce->start <= logical && ce->start + ce->size > logical) { in read_one_chunk()
553 map->ce.start = logical; in read_one_chunk()
858 (unsigned long long)logical, in btrfs_num_copies()
862 if (ce->start > logical || ce->start + ce->size < logical) { in btrfs_num_copies()
892 u64 cur = *logical; in btrfs_next_bg()
911 *logical = ce->start; in btrfs_next_bg()
979 if (ce->start > logical) { in __btrfs_map_block()
[all …]
A Ddisk-io.h18 int read_extent_data(struct btrfs_fs_info *fs_info, char *data, u64 logical,
A Dinode.c455 u64 logical; in btrfs_read_extent_reg() local
457 logical = btrfs_file_extent_disk_bytenr(leaf, fi) + in btrfs_read_extent_reg()
462 num_copies = btrfs_num_copies(fs_info, logical, len); in btrfs_read_extent_reg()
464 ret = read_extent_data(fs_info, dest, logical, &read, i); in btrfs_read_extent_reg()
A Ddisk-io.c538 int read_extent_data(struct btrfs_fs_info *fs_info, char *data, u64 logical, in read_extent_data() argument
547 ret = btrfs_map_block(fs_info, READ, logical, len, &multi, mirror, in read_extent_data()
551 logical + offset); in read_extent_data()
/u-boot-v2022.01-rc1/drivers/pinctrl/intel/
A Dpinctrl_apl.c21 { .logical = PAD_CFG0_LOGICAL_RESET_PWROK, .chipset = 0U << 30 },
22 { .logical = PAD_CFG0_LOGICAL_RESET_DEEP, .chipset = 1U << 30 },
23 { .logical = PAD_CFG0_LOGICAL_RESET_PLTRST, .chipset = 2U << 30 },
A Dpinctrl.c312 if ((config_value & PAD_CFG0_RESET_MASK) == rst_map->logical) { in pinctrl_pad_reset_config_override()
/u-boot-v2022.01-rc1/include/zfs/
A Dspa.h202 #define BP_SET_BIRTH(bp, logical, physical) \ argument
204 (bp)->blk_birth = (logical); \
205 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/u-boot-v2022.01-rc1/arch/x86/include/asm/
A Dintel_pinctrl.h75 u32 logical; member
/u-boot-v2022.01-rc1/doc/develop/driver-model/
A Dnvme.rst22 of some number of logical blocks. A namespace is a quantity of non-volatile
23 memory that is formatted into logical blocks. An NVMe namespace is equivalent
/u-boot-v2022.01-rc1/doc/
A DREADME.ubi55 UBI: logical eraseblock size: 262016 bytes
125 UBI: logical eraseblock size: 262016 bytes
A DREADME.ubispl16 The maximum number of logical eraseblocks which a static volume
/u-boot-v2022.01-rc1/lib/
A DKconfig789 bool "Enable the logical memory blocks library (lmb)"
793 Support the library logical memory blocks.
800 Define the number of supported memory regions in the library logical
811 library logical memory blocks.
818 Define the number of supported memory regions in the library logical
827 Define the number of supported reserved regions in the library logical
/u-boot-v2022.01-rc1/drivers/mtd/ubi/
A DKconfig16 logical volumes on top of MTD devices, hides some complexities of
/u-boot-v2022.01-rc1/doc/device-tree-bindings/net/
A Dsnps,dwc-qos-ethernet.txt63 generic/logical clock in a similar fashion to "master_bus" and "slave_bus".
/u-boot-v2022.01-rc1/doc/develop/
A Dpy_testing.rst234 logical operators are supported. For example:
/u-boot-v2022.01-rc1/doc/arch/
A Dx86.rst314 [ 4.366860] sd 1:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
/u-boot-v2022.01-rc1/common/spl/
A DKconfig773 The maximum number of logical eraseblocks which a static volume
/u-boot-v2022.01-rc1/cmd/
A DKconfig2391 logical volumes on top of MTD devices, hides some complexities of
/u-boot-v2022.01-rc1/
A DREADME4378 * If one logical set of modifications affects or creates several

Completed in 43 milliseconds