Searched +full:iref +full:- +full:level (Results 1 – 12 of 12) sorted by relevance
/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" 13 #include "raid-stripe-tree.h" 40 if (key->objectid == BTRFS_TREE_RELOC_OBJECTID) { in btrfs_root_name() 42 "TREE_RELOC offset=%llu", key->offset); in btrfs_root_name() 47 if (root_map[i].id == key->objectid) in btrfs_root_name() 51 snprintf(buf, BTRFS_ROOT_NAME_BUF_LEN, "%llu", key->objectid); in btrfs_root_name() 89 ASSERT(btrfs_fs_incompat(eb->fs_info, SIMPLE_QUOTA)); in print_extent_owner_ref() [all …]
|
H A D | extent-tree.c | 1 // SPDX-License-Identifier: GPL-2.0 20 #include "extent-tree.h" 22 #include "disk-io.h" 23 #include "print-tree.h" 27 #include "free-space-cache.h" 28 #include "free-space-tree.h" 30 #include "ref-verify.h" 31 #include "space-info.h" 32 #include "block-rsv.h" 35 #include "dev-replace.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" 29 #include "file-item.h" 30 #include "inode-item.h" 31 #include "dir-item.h" 32 #include "extent-tree.h" 59 const struct btrfs_fs_info *fs_info = eb->fs_info; in generic_err() 68 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in generic_err() 85 const struct btrfs_fs_info *fs_info = eb->fs_info; in file_extent_err() [all …]
|
H A D | extent-tree.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #include "block-group.h" 47 /* Allocation is called for tree-log */ 101 struct btrfs_extent_inline_ref *iref, 126 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" 28 #include "print-tree.h" 30 #include "dir-item.h" 31 #include "file-item.h" 71 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) 88 * can be satisfied from the kmalloc-192 slab, without wasting any space. 122 * at most 4096 bytes - sizeof(struct btrfs_lru_cache_entry) is 48 bytes, but 123 * 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> 34 #include "disk-io.h" 42 #include "dev-replace.h" 46 #include "tree-log.h" 48 #include "space-info.h" 49 #include "block-group.h" 52 #include "extent-tree.h" 53 #include "root-tree.h" 55 #include "dir-item.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" 19 #include "block-group.h" 20 #include "space-info.h" 21 #include "inode-item.h" 24 #include "extent-tree.h" 25 #include "root-tree.h" 26 #include "dir-item.h" 27 #include "file-item.h" [all …]
|
/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 …]
|
/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 …]
|