/u-boot-v2022.01-rc1/fs/btrfs/ |
A D | volumes.h | 164 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 D | volumes.c | 388 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 D | disk-io.h | 18 int read_extent_data(struct btrfs_fs_info *fs_info, char *data, u64 logical,
|
A D | inode.c | 455 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 D | disk-io.c | 538 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 D | pinctrl_apl.c | 21 { .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 D | pinctrl.c | 312 if ((config_value & PAD_CFG0_RESET_MASK) == rst_map->logical) { in pinctrl_pad_reset_config_override()
|
/u-boot-v2022.01-rc1/include/zfs/ |
A D | spa.h | 202 #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 D | intel_pinctrl.h | 75 u32 logical; member
|
/u-boot-v2022.01-rc1/doc/develop/driver-model/ |
A D | nvme.rst | 22 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 D | README.ubi | 55 UBI: logical eraseblock size: 262016 bytes 125 UBI: logical eraseblock size: 262016 bytes
|
A D | README.ubispl | 16 The maximum number of logical eraseblocks which a static volume
|
/u-boot-v2022.01-rc1/lib/ |
A D | Kconfig | 789 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 D | Kconfig | 16 logical volumes on top of MTD devices, hides some complexities of
|
/u-boot-v2022.01-rc1/doc/device-tree-bindings/net/ |
A D | snps,dwc-qos-ethernet.txt | 63 generic/logical clock in a similar fashion to "master_bus" and "slave_bus".
|
/u-boot-v2022.01-rc1/doc/develop/ |
A D | py_testing.rst | 234 logical operators are supported. For example:
|
/u-boot-v2022.01-rc1/doc/arch/ |
A D | x86.rst | 314 [ 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 D | Kconfig | 773 The maximum number of logical eraseblocks which a static volume
|
/u-boot-v2022.01-rc1/cmd/ |
A D | Kconfig | 2391 logical volumes on top of MTD devices, hides some complexities of
|
/u-boot-v2022.01-rc1/ |
A D | README | 4378 * If one logical set of modifications affects or creates several
|