Searched refs:CTLLEAFIND (Results 1 – 2 of 2) sorted by relevance
1428 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()1643 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbFindCtl()2419 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAdjCtl()3375 l2leaf = l2dcp->stree + CTLLEAFIND + k; in dbExtendFS()3392 l1leaf = l1dcp->stree + CTLLEAFIND + j; in dbExtendFS()3405 l1leaf = l1dcp->stree + CTLLEAFIND; in dbExtendFS()3425 l0leaf = l0dcp->stree + CTLLEAFIND + i; in dbExtendFS()3439 l0leaf = l0dcp->stree + CTLLEAFIND; in dbExtendFS()3875 dcp->leafidx = cpu_to_le32(CTLLEAFIND); in dbInitDmapCtl()3884 cp = &dcp->stree[CTLLEAFIND + i]; in dbInitDmapCtl()
34 #define CTLLEAFIND (256+64+16+4+1) /* idx of 1st leaf of a dmapctl tree */ macro