/u-boot/fs/btrfs/ |
A D | dir-item.c | 12 struct extent_buffer *leaf, in verify_dir_item() argument 16 u8 type = btrfs_dir_type(leaf, dir_item); in verify_dir_item() 28 if ((btrfs_dir_data_len(leaf, dir_item) + in verify_dir_item() 29 btrfs_dir_name_len(leaf, dir_item)) > in verify_dir_item() 49 struct extent_buffer *leaf; in btrfs_match_dir_item_name() local 51 leaf = path->nodes[0]; in btrfs_match_dir_item_name() 54 if (verify_dir_item(root, leaf, dir_item)) in btrfs_match_dir_item_name() 59 btrfs_dir_name_len(leaf, dir_item) + in btrfs_match_dir_item_name() 60 btrfs_dir_data_len(leaf, dir_item); in btrfs_match_dir_item_name() 90 struct extent_buffer *leaf; in btrfs_lookup_dir_item() local [all …]
|
A D | volumes.c | 386 struct extent_buffer *leaf, in btrfs_check_chunk_valid() argument 405 btrfs_item_size_nr(leaf, slot), in btrfs_check_chunk_valid() 414 type = btrfs_chunk_type(leaf, chunk); in btrfs_check_chunk_valid() 424 btrfs_item_size_nr(leaf, slot), in btrfs_check_chunk_valid() 516 struct extent_buffer *leaf, in read_one_chunk() argument 612 struct extent_buffer *leaf, in read_one_dev() argument 622 read_extent_buffer(leaf, dev_uuid, in read_one_dev() 625 read_extent_buffer(leaf, fs_uuid, in read_one_dev() 743 struct extent_buffer *leaf; in btrfs_read_chunk_tree() local 767 leaf = path->nodes[0]; in btrfs_read_chunk_tree() [all …]
|
A D | inode.c | 364 struct extent_buffer *leaf = path->nodes[0]; in btrfs_read_extent_inline() local 375 read_extent_buffer(leaf, dest, in btrfs_read_extent_inline() 382 dsize = btrfs_file_extent_ram_bytes(leaf, fi); in btrfs_read_extent_inline() 418 struct extent_buffer *leaf = path->nodes[0]; in btrfs_read_extent_reg() local 419 struct btrfs_fs_info *fs_info = leaf->fs_info; in btrfs_read_extent_reg() 434 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_read_extent_reg() 452 btrfs_file_extent_offset(leaf, fi) + in btrfs_read_extent_reg() 470 dsize = btrfs_file_extent_ram_bytes(leaf, fi); in btrfs_read_extent_reg() 615 struct extent_buffer *leaf = path->nodes[0]; in read_and_truncate_page() local 616 struct btrfs_fs_info *fs_info = leaf->fs_info; in read_and_truncate_page() [all …]
|
A D | ctree.c | 502 struct extent_buffer *leaf; in btrfs_search_slot_for_read() local 514 leaf = p->nodes[0]; in btrfs_search_slot_for_read() 517 if (p->slots[0] >= btrfs_header_nritems(leaf)) { in btrfs_search_slot_for_read() 537 leaf = p->nodes[0]; in btrfs_search_slot_for_read() 538 if (p->slots[0] == btrfs_header_nritems(leaf)) in btrfs_search_slot_for_read() 585 int nritems = btrfs_header_nritems(leaf); in btrfs_leaf_free_space() 589 BUG_ON(leaf->fs_info && leaf->fs_info->nodesize != leaf->len); in btrfs_leaf_free_space() 590 leaf_data_size = __BTRFS_LEAF_DATA_SIZE(leaf->len); in btrfs_leaf_free_space() 713 struct extent_buffer *leaf; in btrfs_previous_item() local 725 leaf = path->nodes[0]; in btrfs_previous_item() [all …]
|
A D | volumes.h | 198 struct extent_buffer *leaf, 202 struct extent_buffer *leaf,
|
A D | ctree.h | 1179 #define btrfs_item_ptr(leaf, slot, type) \ argument 1180 ((type *)(btrfs_leaf_data(leaf) + \ 1181 btrfs_item_offset_nr(leaf, slot))) 1183 #define btrfs_item_ptr_offset(leaf, slot) \ argument 1184 ((unsigned long)(btrfs_leaf_data(leaf) + \ 1185 btrfs_item_offset_nr(leaf, slot))) 1203 struct btrfs_leaf leaf; member 1278 int btrfs_leaf_free_space(struct extent_buffer *leaf);
|
/u-boot/test/py/tests/ |
A D | test_bind.py | 10 leaf = '' 12 leaf = ' ' + ' ' * (depth - 1) ; 14 leaf = leaf + r'\|' 16 leaf = leaf + '`' 18 leaf = leaf + '-- ' + name 20 .format(uclass, drv, leaf))
|
A D | test_fit.py | 118 def make_fname(leaf): argument 127 return os.path.join(cons.config.build_dir, leaf)
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 319 const char *leaf; in fdt_get_name() local 320 leaf = strrchr(nameptr, '/'); in fdt_get_name() 321 if (leaf == NULL) { in fdt_get_name() 325 nameptr = leaf+1; in fdt_get_name()
|
/u-boot/fs/ubifs/ |
A D | tnc.c | 319 ubifs_assert(!zbr->leaf); in lnc_add() 335 zbr->leaf = lnc_node; in lnc_add() 363 zbr->leaf = node; in lnc_add_directly() 374 if (!zbr->leaf) in lnc_free() 376 kfree(zbr->leaf); in lnc_free() 377 zbr->leaf = NULL; in lnc_free() 398 if (zbr->leaf) { in tnc_read_node_nm() 528 if (!zbr->leaf) { in matches_name() 542 dent = zbr->leaf; in matches_name() 816 if (!zbr->leaf) { in fallible_matches_name() [all …]
|
A D | ubifs.h | 1344 void *leaf; member
|
/u-boot/tools/patman/ |
A D | gitutil.py | 148 leaf = merge.split('/')[-1] 149 return '%s/%s' % (remote, leaf), None
|
/u-boot/tools/buildman/ |
A D | toolchain.py | 522 leaf = url.split('/')[-1] 525 fname = os.path.join(tmpdir, leaf)
|
A D | builder.py | 1645 leaf = dirname[len(self.base_dir) + 1:] 1646 m = re.match('[0-9]+_g[0-9a-f]+_.*', leaf)
|
/u-boot/board/qualcomm/dragonboard820c/ |
A D | readme.txt | 355 [ 0.000000] Build-time adjustment of leaf fanout to 64.
|