Searched refs:leaf (Results 1 - 25 of 220) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dprologue.c19 int leaf (void) function
26 leaf ();
27 return leaf () * val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dprologue.c19 int leaf (void) function
26 leaf ();
27 return leaf () * val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dprologue.c19 int leaf (void) function
26 leaf ();
27 return leaf () * val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Ddir-item.c44 struct extent_buffer *leaf; local
58 leaf = path->nodes[0];
59 item = btrfs_item_nr(leaf, path->slots[0]);
60 ptr = btrfs_item_ptr(leaf, path->slots[0], char);
61 BUG_ON(data_size > btrfs_item_size(leaf, item));
62 ptr += btrfs_item_size(leaf, item) - data_size;
81 struct extent_buffer *leaf; local
96 leaf = path->nodes[0];
98 btrfs_set_dir_item_key(leaf, dir_item, &disk_key);
99 btrfs_set_dir_type(leaf, dir_ite
128 struct extent_buffer *leaf; local
213 struct extent_buffer *leaf; local
277 struct extent_buffer *leaf; local
330 struct extent_buffer *leaf; local
369 struct extent_buffer *leaf; local
401 struct extent_buffer *leaf; local
[all...]
H A Droot-tree.c191 struct extent_buffer *leaf; local
206 leaf = path->nodes[0];
207 nritems = btrfs_header_nritems(leaf);
213 leaf = path->nodes[0];
214 nritems = btrfs_header_nritems(leaf);
217 item = btrfs_item_nr(leaf, slot);
218 btrfs_item_key_to_cpu(leaf, &key, slot);
228 ri = btrfs_item_ptr(leaf, slot, struct btrfs_root_item);
229 if (btrfs_disk_root_refs(leaf, ri) != 0)
259 struct extent_buffer *leaf; local
334 struct extent_buffer *leaf; local
360 struct extent_buffer *leaf; local
441 struct extent_buffer *leaf; local
[all...]
H A Dctree.c722 * The leaf data grows from end-to-front in the node.
724 * which is the stop of the leaf data stack
727 struct extent_buffer *leaf)
729 u32 nr = btrfs_header_nritems(leaf);
732 return btrfs_item_offset_nr(leaf, nr - 1);
780 * extra checking to make sure all the items in a leaf are
786 struct extent_buffer *leaf = path->nodes[level]; local
794 u32 nritems = btrfs_header_nritems(leaf);
805 btrfs_item_key(leaf, &leaf_key, 0);
810 btrfs_header_bytenr(leaf));
726 leaf_data_end(struct btrfs_root *root, struct extent_buffer *leaf) argument
2292 btrfs_leaf_free_space(struct btrfs_root *root, struct extent_buffer *leaf) argument
3120 struct extent_buffer *leaf; local
3186 struct extent_buffer *leaf; local
3295 struct extent_buffer *leaf; local
3334 struct extent_buffer *leaf; local
3449 struct extent_buffer *leaf; local
3532 struct extent_buffer *leaf; local
3690 struct extent_buffer *leaf; local
3790 struct extent_buffer *leaf; local
3828 struct extent_buffer *leaf; local
3894 btrfs_del_leaf(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct extent_buffer *leaf) argument
3924 struct extent_buffer *leaf; local
4481 struct extent_buffer *leaf; local
[all...]
H A Dinode-item.c26 struct extent_buffer *leaf; local
34 leaf = path->nodes[0];
35 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
36 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
39 len = btrfs_inode_ref_name_len(leaf, ref);
44 if (memcmp_extent_buffer(leaf, name, name_ptr, name_len) == 0) {
87 struct extent_buffer *leaf; local
116 leaf = path->nodes[0];
117 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
120 *index = btrfs_inode_ref_index(leaf, re
220 struct extent_buffer *leaf; local
[all...]
H A Dfile.c280 struct extent_buffer *leaf; local
310 leaf = path->nodes[0];
311 btrfs_item_key_to_cpu(leaf, &key, path->slots[0] - 1);
318 leaf = path->nodes[0];
319 if (path->slots[0] >= btrfs_header_nritems(leaf)) {
328 leaf = path->nodes[0];
332 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
337 fi = btrfs_item_ptr(leaf, path->slots[0],
339 extent_type = btrfs_file_extent_type(leaf, fi);
343 disk_bytenr = btrfs_file_extent_disk_bytenr(leaf, f
519 extent_mergeable(struct extent_buffer *leaf, int slot, u64 objectid, u64 bytenr, u64 orig_offset, u64 *start, u64 *end) argument
563 struct extent_buffer *leaf; local
[all...]
H A Dxattr.c38 struct extent_buffer *leaf; local
57 leaf = path->nodes[0];
60 ret = btrfs_dir_data_len(leaf, di);
65 if (btrfs_dir_data_len(leaf, di) > size) {
71 * The way things are packed into the leaf is like this
75 * where the data starts in the in memory leaf
78 btrfs_dir_name_len(leaf, di));
79 read_extent_buffer(leaf, buffer, data_ptr,
80 btrfs_dir_data_len(leaf, di));
81 ret = btrfs_dir_data_len(leaf, d
182 struct extent_buffer *leaf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Ddir-item.c44 struct extent_buffer *leaf; local
58 leaf = path->nodes[0];
59 item = btrfs_item_nr(leaf, path->slots[0]);
60 ptr = btrfs_item_ptr(leaf, path->slots[0], char);
61 BUG_ON(data_size > btrfs_item_size(leaf, item));
62 ptr += btrfs_item_size(leaf, item) - data_size;
81 struct extent_buffer *leaf; local
96 leaf = path->nodes[0];
98 btrfs_set_dir_item_key(leaf, dir_item, &disk_key);
99 btrfs_set_dir_type(leaf, dir_ite
128 struct extent_buffer *leaf; local
213 struct extent_buffer *leaf; local
277 struct extent_buffer *leaf; local
330 struct extent_buffer *leaf; local
369 struct extent_buffer *leaf; local
401 struct extent_buffer *leaf; local
[all...]
H A Droot-tree.c191 struct extent_buffer *leaf; local
206 leaf = path->nodes[0];
207 nritems = btrfs_header_nritems(leaf);
213 leaf = path->nodes[0];
214 nritems = btrfs_header_nritems(leaf);
217 item = btrfs_item_nr(leaf, slot);
218 btrfs_item_key_to_cpu(leaf, &key, slot);
228 ri = btrfs_item_ptr(leaf, slot, struct btrfs_root_item);
229 if (btrfs_disk_root_refs(leaf, ri) != 0)
259 struct extent_buffer *leaf; local
334 struct extent_buffer *leaf; local
360 struct extent_buffer *leaf; local
441 struct extent_buffer *leaf; local
[all...]
H A Dctree.c722 * The leaf data grows from end-to-front in the node.
724 * which is the stop of the leaf data stack
727 struct extent_buffer *leaf)
729 u32 nr = btrfs_header_nritems(leaf);
732 return btrfs_item_offset_nr(leaf, nr - 1);
780 * extra checking to make sure all the items in a leaf are
786 struct extent_buffer *leaf = path->nodes[level]; local
794 u32 nritems = btrfs_header_nritems(leaf);
805 btrfs_item_key(leaf, &leaf_key, 0);
810 btrfs_header_bytenr(leaf));
726 leaf_data_end(struct btrfs_root *root, struct extent_buffer *leaf) argument
2292 btrfs_leaf_free_space(struct btrfs_root *root, struct extent_buffer *leaf) argument
3120 struct extent_buffer *leaf; local
3186 struct extent_buffer *leaf; local
3295 struct extent_buffer *leaf; local
3334 struct extent_buffer *leaf; local
3449 struct extent_buffer *leaf; local
3532 struct extent_buffer *leaf; local
3690 struct extent_buffer *leaf; local
3790 struct extent_buffer *leaf; local
3828 struct extent_buffer *leaf; local
3894 btrfs_del_leaf(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct extent_buffer *leaf) argument
3924 struct extent_buffer *leaf; local
4481 struct extent_buffer *leaf; local
[all...]
H A Dinode-item.c26 struct extent_buffer *leaf; local
34 leaf = path->nodes[0];
35 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
36 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
39 len = btrfs_inode_ref_name_len(leaf, ref);
44 if (memcmp_extent_buffer(leaf, name, name_ptr, name_len) == 0) {
87 struct extent_buffer *leaf; local
116 leaf = path->nodes[0];
117 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
120 *index = btrfs_inode_ref_index(leaf, re
220 struct extent_buffer *leaf; local
[all...]
H A Dfile.c280 struct extent_buffer *leaf; local
310 leaf = path->nodes[0];
311 btrfs_item_key_to_cpu(leaf, &key, path->slots[0] - 1);
318 leaf = path->nodes[0];
319 if (path->slots[0] >= btrfs_header_nritems(leaf)) {
328 leaf = path->nodes[0];
332 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
337 fi = btrfs_item_ptr(leaf, path->slots[0],
339 extent_type = btrfs_file_extent_type(leaf, fi);
343 disk_bytenr = btrfs_file_extent_disk_bytenr(leaf, f
519 extent_mergeable(struct extent_buffer *leaf, int slot, u64 objectid, u64 bytenr, u64 orig_offset, u64 *start, u64 *end) argument
563 struct extent_buffer *leaf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_leaf.c58 * Convert a block form directory to a leaf form directory.
65 __be16 *bestsp; /* leaf's bestsp entries */
66 xfs_dablk_t blkno; /* leaf block's bno */
68 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */
72 xfs_dabuf_t *lbp; /* leaf block's buffer */
73 xfs_dir2_db_t ldb; /* leaf block's bno */
74 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
75 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */
87 * Add the leaf bloc
175 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
558 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
602 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
658 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1122 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1178 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1202 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1221 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1238 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1265 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1322 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1449 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1587 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1638 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1695 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1760 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c58 * Convert a block form directory to a leaf form directory.
65 __be16 *bestsp; /* leaf's bestsp entries */
66 xfs_dablk_t blkno; /* leaf block's bno */
68 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */
72 xfs_dabuf_t *lbp; /* leaf block's buffer */
73 xfs_dir2_db_t ldb; /* leaf block's bno */
74 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
75 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */
87 * Add the leaf bloc
175 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
558 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
602 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
658 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1122 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1178 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1202 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1221 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1238 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1265 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1322 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1449 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1587 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1638 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1695 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
1760 xfs_dir2_leaf_t *leaf; /* leaf structure */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
110 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
132 leaf,
143 leaf,
154 leaf,
165 leaf,
175 leaf,
187 leaf,
271 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
293 leaf,
[all...]
H A Dcond_dtor_entry_dealtor.hpp69 m_p_nd->~leaf();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
110 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
132 leaf,
143 leaf,
154 leaf,
165 leaf,
175 leaf,
187 leaf,
271 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
293 leaf,
[all...]
H A Dcond_dtor_entry_dealtor.hpp69 m_p_nd->~leaf();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
110 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
132 leaf,
143 leaf,
154 leaf,
165 leaf,
175 leaf,
187 leaf,
271 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
293 leaf,
[all...]
H A Dcond_dtor_entry_dealtor.hpp69 m_p_nd->~leaf();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp78 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef in struct:__gnu_pbds::detail::trie_traits
81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator;
82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
83 typedef base_type::_Iter<node, leaf, head, inode, false> reverse_iterator;
84 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator;
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
125 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef in struct:__gnu_pbds::detail::trie_traits
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
130 typedef base_type::_CIter<node, leaf, hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tulip/
H A Deeprom.c68 0x8001, /* 1 leaf, extended type, bogus len */
247 struct medialeaf *leaf = &mtable->mleaf[i]; local
250 leaf->type = 0;
251 leaf->media = p[0] & 0x3f;
252 leaf->leafdata = p;
257 leaf->type = p[1];
260 leaf->media = p[2] & 0x0f;
266 leaf->leafdata = p + 2;
273 leaf->media = 11;
279 leaf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tulip/
H A Deeprom.c68 0x8001, /* 1 leaf, extended type, bogus len */
247 struct medialeaf *leaf = &mtable->mleaf[i]; local
250 leaf->type = 0;
251 leaf->media = p[0] & 0x3f;
252 leaf->leafdata = p;
257 leaf->type = p[1];
260 leaf->media = p[2] & 0x0f;
266 leaf->leafdata = p + 2;
273 leaf->media = 11;
279 leaf
[all...]

Completed in 272 milliseconds

123456789