Searched refs:stree (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_dmap.c | 1097 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext() 1225 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear() 1412 if (l2nb > dcp->stree[ti]) in dbAllocAG() 1421 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG() 1857 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl() 1987 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev() 2034 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap() 2040 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap() 2047 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap() 2089 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap() [all …]
|
H A D | jfs_dmap.h | 140 s8 stree[TREESIZE]; /* TREESIZE: tree */ member 168 s8 stree[CTLTREESIZE]; /* CTLTREESIZE: dmapctl tree */ member 186 #define dmt_stree t2.stree
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deftree.c | 360 const ct_data *stree = desc->stat_desc->static_tree; in gen_bitlen() local 392 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); in gen_bitlen() 490 const ct_data *stree = desc->stat_desc->static_tree; in build_tree() local 520 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()
|
/openbmc/linux/fs/reiserfs/ |
H A D | Makefile | 9 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.c | 500 const ct_data *stree = desc->stat_desc->static_tree; local 532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 628 const ct_data *stree = desc->stat_desc->static_tree; local 658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
|
/openbmc/qemu/scripts/ |
H A D | decodetree.py | 1578 stree = build_size_tree(toppat.pats, 8, 0, 0) 1579 prop_size(stree) 1647 stree.output_code(4, 0, 0, 0)
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |