Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c131 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx);
1208 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext()
1216 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()
1339 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNear()
1345 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1507 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()
1567 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()
1700 int rc, leafidx, lev; in dbFindCtl() local
1722 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbFindCtl()
1734 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl()
[all …]
Djfs_dmap.h150 s32 leafidx; /* 4: index of first tree leaf */ member
178 s32 leafidx; /* 4: index of the first tree leaf */ member
196 #define dmt_leafidx t1.leafidx