Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c119 static int dbInitDmapCtl(struct dmapctl * dcp, int level, int i);
1400 struct dmapctl *dcp; in dbAllocAG() local
1457 dcp = (struct dmapctl *) mp->data; in dbAllocAG()
1458 budmin = dcp->budmin; in dbAllocAG()
1460 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()
1486 if (l2nb > dcp->stree[ti]) in dbAllocAG()
1495 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG()
1519 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()
1762 struct dmapctl *dcp; in dbFindCtl() local
1779 dcp = (struct dmapctl *) mp->data; in dbFindCtl()
[all …]