Searched refs:leafidx (Results 1 – 2 of 2) sorted by relevance
103 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx);1164 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext()1171 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()1294 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNear()1299 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()1460 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()1519 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()1760 int rc, leafidx, lev; in dbFindCtl() local1782 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbFindCtl()1794 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl()[all …]
150 __le32 leafidx; /* 4: index of first tree leaf */ member178 __le32 leafidx; /* 4: index of the first tree leaf */ member196 #define dmt_leafidx t1.leafidx