Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_xtree.c58 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) || \
59 (le16_to_cpu((P)->header.nextindex) > \
269 le16_to_cpu(p->header.nextindex)) { in xtSearch()
285 le16_to_cpu(p->header.nextindex)) { in xtSearch()
326 if (p->header.nextindex == /* little-endian */ in xtSearch()
352 lim = le16_to_cpu(p->header.nextindex) - XTENTRYSTART; in xtSearch()
373 if (p->header.nextindex == in xtSearch()
401 if (index < le16_to_cpu(p->header.nextindex)-1) in xtSearch()
418 if (base < le16_to_cpu(p->header.nextindex)) in xtSearch()
431 if (p->header.nextindex == in xtSearch()
[all …]
Djfs_dtree.c118 if (((P)->header.nextindex > \
633 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) { in dtSearch()
896 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
1175 lp->header.nextindex-1, in dtSplitUp()
1269 ((sp->header.nextindex - in dtSplitUp()
1332 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local
1409 rp->header.nextindex = 0; in dtSplitPage()
1434 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage()
1503 nextindex = sp->header.nextindex; in dtSplitPage()
1504 for (nxt = off = 0; nxt < nextindex; ++off) { in dtSplitPage()
[all …]
Djfs_dtree.h137 u8 nextindex; /* 1: next free entry in stbl */ member
154 #define dtEmpty(IP) (JFS_IP(IP)->i_dtroot.header.nextindex == 0)
186 u8 nextindex; /* 1: next entry index in stbl */ member
Djfs_xtree.h78 __le16 nextindex; /* 2: next index = number of entries */ member
Djfs_txnmgr.c783 le16_to_cpu(p->header.nextindex); in txLock()
1680 next = le16_to_cpu(p->header.nextindex); in xtLog()
Djfs_imap.c696 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
732 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()