Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.h152 s8 budmin; /* 1: min l2 tree leaf value to combine */ member
180 s8 budmin; /* 1: minimum l2 tree leaf value */ member
198 #define dmt_budmin t1.budmin
Djfs_dmap.c1403 int budmin; in dbAllocAG() local
1458 budmin = dcp->budmin; in dbAllocAG()
1519 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()
1531 if (l2nb < budmin) { in dbAllocAG()
1763 int budmin; in dbFindCtl() local
1780 budmin = dcp->budmin; in dbFindCtl()
1815 b += (((s64) leafidx) << budmin); in dbFindCtl()
1822 if (l2nb >= budmin) in dbFindCtl()
2569 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()
2603 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
[all …]