Home
last modified time | relevance | path

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

/Linux-v5.15/fs/jfs/
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
Djfs_dmap.c1359 int budmin; in dbAllocAG() local
1414 budmin = dcp->budmin; in dbAllocAG()
1475 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()
1487 if (l2nb < budmin) { in dbAllocAG()
1719 int budmin; in dbFindCtl() local
1736 budmin = dcp->budmin; in dbFindCtl()
1771 b += (((s64) leafidx) << budmin); in dbFindCtl()
1778 if (l2nb >= budmin) in dbFindCtl()
2522 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()
2558 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
[all …]