Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dmap.c1075 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext()
1371 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()
1673 int rc, leafidx, lev; in dbFindCtl() local
1728 b += (((s64) leafidx) << budmin); in dbFindCtl()
1948 int leafidx, rc; in dbAllocDmapLev() local
1960 if (leafidx < 0) in dbAllocDmapLev()
2486 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl()
3830 tp->leafidx = cpu_to_le32(LEAFIND); in dbInitDmapTree()
3838 cp = tp->stree + le32_to_cpu(tp->leafidx); in dbInitDmapTree()
3918 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