Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dmap.h139 s8 budmin; /* 1: min l2 tree leaf value to combine */ member
167 s8 budmin; /* 1: minimum l2 tree leaf value */ member
185 #define dmt_budmin t1.budmin
H A Djfs_dmap.c1318 int budmin; in dbAllocAG() local
1373 budmin = dcp->budmin; in dbAllocAG()
1440 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()
1452 if (l2nb < budmin) { in dbAllocAG()
1686 int budmin; in dbFindCtl() local
1703 budmin = dcp->budmin; in dbFindCtl()
1738 b += (((s64) leafidx) << budmin); in dbFindCtl()
1745 if (l2nb >= budmin) in dbFindCtl()
1818 if (dp->tree.budmin < 0) { in dbAllocCtl()
2497 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()
[all …]