Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.h25 #define LEAFIND (64+16+4+1) /* index of 1st leaf of a dmap tree */ macro
Djfs_dmap.c1208 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext()
1339 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNear()
1994 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2158 leaf = dp->tree.stree + LEAFIND; in dbAllocBits()
3233 leaf = tp->stree + LEAFIND; in dbAllocDmapBU()
3820 tp->leafidx = cpu_to_le32(LEAFIND); in dbInitDmapTree()