Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c71 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) || \
72 (le16_to_cpu((P)->header.nextindex) > \
293 le16_to_cpu(p->header.nextindex)) { in xtSearch()
309 le16_to_cpu(p->header.nextindex)) { in xtSearch()
350 if (p->header.nextindex == /* little-endian */ in xtSearch()
376 lim = le16_to_cpu(p->header.nextindex) - XTENTRYSTART; in xtSearch()
397 if (p->header.nextindex == in xtSearch()
425 if (index < le16_to_cpu(p->header.nextindex)-1) in xtSearch()
442 if (base < le16_to_cpu(p->header.nextindex)) in xtSearch()
455 if (p->header.nextindex == in xtSearch()
[all …]
Djfs_dtree.c131 if (((P)->header.nextindex > \
646 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) { in dtSearch()
909 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
1188 lp->header.nextindex-1, in dtSplitUp()
1282 ((sp->header.nextindex - in dtSplitUp()
1345 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local
1422 rp->header.nextindex = 0; in dtSplitPage()
1447 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage()
1516 nextindex = sp->header.nextindex; in dtSplitPage()
1517 for (nxt = off = 0; nxt < nextindex; ++off) { in dtSplitPage()
[all …]
Djfs_dtree.h150 u8 nextindex; /* 1: next free entry in stbl */ member
167 #define dtEmpty(IP) (JFS_IP(IP)->i_dtroot.header.nextindex == 0)
199 u8 nextindex; /* 1: next entry index in stbl */ member
Djfs_xtree.h91 __le16 nextindex; /* 2: next index = number of entries */ member
Djfs_txnmgr.c801 le16_to_cpu(p->header.nextindex); in txLock()
1735 next = le16_to_cpu(p->header.nextindex); in xtLog()
Djfs_imap.c712 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
748 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()