Searched +full:iref +full:- +full:level (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | print-tree.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include "disk-io.h" 9 #include "print-tree.h" 11 #include "tree-checker.h" 37 if (key->objectid == BTRFS_TREE_RELOC_OBJECTID) { in btrfs_root_name() 39 "TREE_RELOC offset=%llu", key->offset); in btrfs_root_name() 44 if (root_map[i].id == key->objectid) in btrfs_root_name() 48 snprintf(buf, BTRFS_ROOT_NAME_BUF_LEN, "%llu", key->objectid); in btrfs_root_name() 86 struct btrfs_extent_inline_ref *iref; in print_extent_item() local 98 btrfs_err(eb->fs_info, in print_extent_item() [all …]
|
H A D | extent-tree.c | 1 // SPDX-License-Identifier: GPL-2.0 20 #include "extent-tree.h" 21 #include "tree-log.h" 22 #include "disk-io.h" 23 #include "print-tree.h" 27 #include "free-space-cache.h" 28 #include "free-space-tree.h" 31 #include "ref-verify.h" 32 #include "space-info.h" 33 #include "block-rsv.h" [all …]
|
H A D | ref-verify.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include "disk-io.h" 12 #include "delayed-ref.h" 13 #include "ref-verify.h" 63 * free it until we unmount the file system in order to make sure re-allocations 81 struct rb_node **p = &root->rb_node; in insert_block_entry() 88 if (entry->bytenr > be->bytenr) in insert_block_entry() 89 p = &(*p)->rb_left; in insert_block_entry() 90 else if (entry->bytenr < be->bytenr) in insert_block_entry() 91 p = &(*p)->rb_right; in insert_block_entry() [all …]
|
H A D | backref.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include "disk-io.h" 14 #include "delayed-ref.h" 17 #include "tree-mod-log.h" 20 #include "extent-tree.h" 22 #include "tree-checker.h" 42 u64 offset = key->offset; in check_extent_in_eb() 48 if (!ctx->ignore_extent_item_pos && in check_extent_in_eb() 56 if (ctx->extent_item_pos < data_offset || in check_extent_in_eb() 57 ctx->extent_item_pos >= data_offset + data_len) in check_extent_in_eb() [all …]
|
H A D | tree-checker.c | 1 // SPDX-License-Identifier: GPL-2.0 20 #include <linux/error-injection.h> 23 #include "tree-checker.h" 24 #include "disk-io.h" 30 #include "file-item.h" 31 #include "inode-item.h" 32 #include "extent-tree.h" 59 const struct btrfs_fs_info *fs_info = eb->fs_info; in generic_err() 84 const struct btrfs_fs_info *fs_info = eb->fs_info; in file_extent_err() 127 end = ALIGN(key->offset + len, leaf->fs_info->sectorsize); in file_extent_end() [all …]
|
H A D | extent-tree.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 #include "block-group.h" 36 /* Allocation is called for tree-log */ 90 struct btrfs_extent_inline_ref *iref, 114 int level, u64 hint,
|
H A D | send.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/radix-tree.h> 24 #include "disk-io.h" 29 #include "print-tree.h" 31 #include "dir-item.h" 32 #include "file-item.h" 72 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) 89 * can be satisfied from the kmalloc-192 slab, without wasting any space. 123 * at most 4096 bytes - sizeof(struct btrfs_lru_cache_entry) is 48 bytes, but 124 * the kmalloc-64 slab is used, so we get 4096 bytes (64 bytes * 64). [all …]
|
H A D | relocation.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <linux/error-injection.h> 14 #include "disk-io.h" 19 #include "async-thread.h" 20 #include "free-space-cache.h" 22 #include "print-tree.h" 23 #include "delalloc-space.h" 24 #include "block-group.h" 29 #include "inode-item.h" 30 #include "space-info.h" [all …]
|
H A D | ioctl.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #include <linux/backing-dev.h> 33 #include "disk-io.h" 37 #include "print-tree.h" 41 #include "rcu-string.h" 43 #include "dev-replace.h" 47 #include "tree-log.h" 49 #include "space-info.h" 50 #include "delalloc-space.h" 51 #include "block-group.h" [all …]
|
H A D | tree-log.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include "tree-log.h" 14 #include "disk-io.h" 16 #include "print-tree.h" 20 #include "block-group.h" 21 #include "space-info.h" 23 #include "inode-item.h" 26 #include "extent-tree.h" 27 #include "root-tree.h" 28 #include "dir-item.h" [all …]
|
/openbmc/u-boot/fs/btrfs/ |
H A D | subvolume.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * BTRFS filesystem implementation for U-Boot 14 struct btrfs_inode_ref iref; in get_subvol_name() local 20 ptr = name + max_len - 1; in get_subvol_name() 26 if (subvolid == -1ULL) in get_subvol_name() 27 return -1; in get_subvol_name() 29 ptr -= rref.name_len + 1; in get_subvol_name() 37 return -1; in get_subvol_name() 42 dir = btrfs_lookup_inode_ref(&root, dir, &iref, tmp); in get_subvol_name() 44 if (dir == -1ULL) in get_subvol_name() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 21 - azoteq,iqs7222a 22 - azoteq,iqs7222b 23 - azoteq,iqs7222c 24 - azoteq,iqs7222d 29 irq-gpios: 32 Specifies the GPIO connected to the device's active-low RDY output. [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | iqs7222.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 116 [IQS7222_REG_GRP_CYCLE] = "cycle-%d", 117 [IQS7222_REG_GRP_CHAN] = "channel-%d", 118 [IQS7222_REG_GRP_SLDR] = "slider-%d", 120 [IQS7222_REG_GRP_GPIO] = "gpio-%d", 150 .name = "event-prox", 155 .name = "event-touch", 162 { .name = "event-press", }, 164 .name = "event-tap", 171 .name = "event-swipe-pos", [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wcd9335.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. 3 // Copyright (c) 2017-2018, Linaro Limited 18 #include <sound/soc-dapm.h> 25 #include "wcd-clsh-v2.h" 27 #include <dt-bindings/sound/qcom,wcd9335.h> 37 /* slave port water mark level 98 #define WCD9335_CALCULATE_VOUT_D(req_mv) (((req_mv - 650) * 10) / 25) 409 {24000, -EINVAL},/* 24K */ 551 "Class H Invalid", "Class-H Hi-Fi", "Class-H Low Power", "Class-AB", [all …]
|