Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dmap.c1371 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG()
1695 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbFindCtl()
2476 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAdjCtl()
3448 l2leaf = l2dcp->stree + CTLLEAFIND + k; in dbExtendFS()
3465 l1leaf = l1dcp->stree + CTLLEAFIND + j; in dbExtendFS()
3478 l1leaf = l1dcp->stree + CTLLEAFIND; in dbExtendFS()
3498 l0leaf = l0dcp->stree + CTLLEAFIND + i; in dbExtendFS()
3512 l0leaf = l0dcp->stree + CTLLEAFIND; in dbExtendFS()
3947 dcp->leafidx = cpu_to_le32(CTLLEAFIND); in dbInitDmapCtl()
3956 cp = &dcp->stree[CTLLEAFIND + i]; in dbInitDmapCtl()
H A Djfs_dmap.h21 #define CTLLEAFIND (256+64+16+4+1) /* idx of 1st leaf of a dmapctl tree */ macro