| /u-boot/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 | 449 u64 logical; in btrfs_read_extent_reg() local 451 logical = btrfs_file_extent_disk_bytenr(leaf, fi) + in btrfs_read_extent_reg() 456 num_copies = btrfs_num_copies(fs_info, logical, len); in btrfs_read_extent_reg() 458 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/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/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/arch/x86/include/asm/ |
| A D | intel_pinctrl.h | 75 u32 logical; member
|
| /u-boot/doc/ |
| A D | README.nvme | 20 of some number of logical blocks. A namespace is a quantity of non-volatile 21 memory that is formatted into logical blocks. An NVMe namespace is equivalent
|
| 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/board/freescale/m547xevb/ |
| A D | README | 110 CONFIG_SYS_PCI_MEM_BUS -- PCI memory logical offset 113 CONFIG_SYS_PCI_IO_BUS -- PCI IO logical offset 116 CONFIG_SYS_PCI_CFG_BUS -- PCI Configuration logical offset
|
| /u-boot/board/freescale/m54455evb/ |
| A D | README | 123 CONFIG_SYS_PCI_MEM_BUS -- PCI memory logical offset 126 CONFIG_SYS_PCI_IO_BUS -- PCI IO logical offset 129 CONFIG_SYS_PCI_CFG_BUS -- PCI Configuration logical offset
|
| /u-boot/drivers/mtd/ubi/ |
| A D | Kconfig | 16 logical volumes on top of MTD devices, hides some complexities of
|
| /u-boot/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/doc/develop/ |
| A D | py_testing.rst | 188 logical operators are supported. For example:
|
| /u-boot/doc/arch/ |
| A D | x86.rst | 323 [ 4.366860] sd 1:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
|
| /u-boot/common/spl/ |
| A D | Kconfig | 827 The maximum number of logical eraseblocks which a static volume
|
| /u-boot/cmd/ |
| A D | Kconfig | 2316 logical volumes on top of MTD devices, hides some complexities of
|
| /u-boot/ |
| A D | README | 4596 * If one logical set of modifications affects or creates several
|