Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c1171 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()
1299 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1486 if (l2nb > dcp->stree[ti]) in dbAllocAG()
1495 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG()
1926 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
2056 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2103 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
2109 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
2116 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap()
2158 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
[all …]
Djfs_dmap.h153 s8 stree[TREESIZE]; /* TREESIZE: tree */ member
181 s8 stree[CTLTREESIZE]; /* CTLTREESIZE: dmapctl tree */ member
199 #define dmt_stree t2.stree
/linux-4.19.296/fs/reiserfs/
DMakefile9 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \
/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c414 const ct_data *stree = desc->stat_desc->static_tree; in gen_bitlen() local
446 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); in gen_bitlen()
544 const ct_data *stree = desc->stat_desc->static_tree; in build_tree() local
574 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()