Home
last modified time | relevance | path

Searched refs:leaf (Results 1 – 18 of 18) sorted by relevance

/u-boot/fs/btrfs/
A Ddir-item.c12 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 Dvolumes.c386 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 Dinode.c364 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()
424 struct extent_buffer *leaf = path->nodes[0]; in btrfs_read_extent_reg() local
425 struct btrfs_fs_info *fs_info = leaf->fs_info; in btrfs_read_extent_reg()
440 btrfs_item_key_to_cpu(leaf, &key, slot); in btrfs_read_extent_reg()
458 btrfs_file_extent_offset(leaf, fi) + in btrfs_read_extent_reg()
476 dsize = btrfs_file_extent_ram_bytes(leaf, fi); in btrfs_read_extent_reg()
626 struct extent_buffer *leaf = path->nodes[0]; in read_and_truncate_page() local
627 struct btrfs_fs_info *fs_info = leaf->fs_info; in read_and_truncate_page()
[all …]
A Dctree.c502 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 Dvolumes.h198 struct extent_buffer *leaf,
202 struct extent_buffer *leaf,
A Dctree.h1179 #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 Dtest_bind.py11 leaf = ''
13 leaf = ' ' + ' ' * (depth - 1)
15 leaf = leaf + r'\|'
17 leaf = leaf + '`'
19 leaf = leaf + '-- ' + name
21 .format(uclass, drv, leaf))
A Dtest_fit.py122 def make_fname(leaf): argument
130 return os.path.join(cons.config.build_dir, leaf)
/u-boot/scripts/
A Dstyle.py59 def process_caller(data, conv, module_name, leaf): argument
124 module_name, leaf, prog = get_module_name(srcfile)
152 newdata = process_caller(fname, conv, module_name, leaf)
/u-boot/scripts/dtc/libfdt/
A Dfdt_ro.c319 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/tools/u_boot_pylib/
A Dtools.py564 leaf = url.split('/')[-1]
567 fname = os.path.join(tmpdir, leaf)
/u-boot/fs/ubifs/
A Dtnc.c324 ubifs_assert(!zbr->leaf); in lnc_add()
340 zbr->leaf = lnc_node; in lnc_add()
368 zbr->leaf = node; in lnc_add_directly()
379 if (!zbr->leaf) in lnc_free()
381 kfree(zbr->leaf); in lnc_free()
382 zbr->leaf = NULL; in lnc_free()
403 if (zbr->leaf) { in tnc_read_node_nm()
545 if (!zbr->leaf) { in matches_name()
559 dent = zbr->leaf; in matches_name()
833 if (!zbr->leaf) { in fallible_matches_name()
[all …]
A Dubifs.h1344 void *leaf; member
/u-boot/tools/patman/
A Dgitutil.py150 leaf = merge.split('/')[-1]
151 return '%s/%s' % (remote, leaf), None
/u-boot/tools/
A Dmoveconfig.py1839 dirname, leaf = os.path.split(fname)
1840 root, ext = os.path.splitext(leaf)
/u-boot/tools/buildman/
A Dbuilder.py1722 leaf = dirname[len(self.base_dir) + 1:]
1723 m = re.match('[0-9]+_g[0-9a-f]+_.*', leaf)
/u-boot/board/qualcomm/dragonboard820c/
A Dreadme.txt355 [ 0.000000] Build-time adjustment of leaf fanout to 64.
/u-boot/doc/develop/
A Dcheckpatch.rst516 See: https://lore.kernel.org/lkml/20131006222342.GT19510@leaf/
717 See: https://lore.kernel.org/lkml/20120203052727.GA15035@leaf/

Completed in 42 milliseconds