Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c1460 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()
1782 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbFindCtl()
2560 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAdjCtl()
3511 l2leaf = l2dcp->stree + CTLLEAFIND + k; in dbExtendFS()
3528 l1leaf = l1dcp->stree + CTLLEAFIND + j; in dbExtendFS()
3541 l1leaf = l1dcp->stree + CTLLEAFIND; in dbExtendFS()
3561 l0leaf = l0dcp->stree + CTLLEAFIND + i; in dbExtendFS()
3575 l0leaf = l0dcp->stree + CTLLEAFIND; in dbExtendFS()
4010 dcp->leafidx = cpu_to_le32(CTLLEAFIND); in dbInitDmapCtl()
4019 cp = &dcp->stree[CTLLEAFIND + i]; in dbInitDmapCtl()
Djfs_dmap.h34 #define CTLLEAFIND (256+64+16+4+1) /* idx of 1st leaf of a dmapctl tree */ macro