Home
last modified time | relevance | path

Searched refs:stree (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c1135 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()
1263 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1450 if (l2nb > dcp->stree[ti]) in dbAllocAG()
1459 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG()
1890 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
2017 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2064 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
2070 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
2077 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap()
2119 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
[all …]
H A Djfs_dmap.h140 s8 stree[TREESIZE]; /* TREESIZE: tree */ member
168 s8 stree[CTLTREESIZE]; /* CTLTREESIZE: dmapctl tree */ member
186 #define dmt_stree t2.stree
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeftree.c360 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()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dtrees.c500 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;
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A DMakefile9 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \