Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.h12 #define LEAFIND (64+16+4+1) /* index of 1st leaf of a dmap tree */ macro
H A Djfs_dmap.c1090 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext()
1220 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNear()
1982 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2146 leaf = dp->tree.stree + LEAFIND; in dbAllocBits()
3834 tp->leafidx = cpu_to_le32(LEAFIND); in dbInitDmapTree()