Home
last modified time | relevance | path

Searched refs:leafidx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jfs/
H A Djfs_dmap.c1090 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext()
1386 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()
1686 int rc, leafidx, lev; in dbFindCtl() local
1741 b += (((s64) leafidx) << budmin); in dbFindCtl()
1958 int leafidx, rc; in dbAllocDmapLev() local
1970 if (leafidx < 0) in dbAllocDmapLev()
2496 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl()
3834 tp->leafidx = cpu_to_le32(LEAFIND); in dbInitDmapTree()
3842 cp = tp->stree + le32_to_cpu(tp->leafidx); in dbInitDmapTree()
3922 for (child = le32_to_cpu(dtp->leafidx), in dbInitTree()
[all …]
H A Djfs_dmap.h137 __le32 leafidx; /* 4: index of first tree leaf */ member
165 __le32 leafidx; /* 4: index of the first tree leaf */ member
183 #define dmt_leafidx t1.leafidx