Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_xtree.c72 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) ||\
73 (le16_to_cpu((P)->header.nextindex) > le16_to_cpu((P)->header.maxentry)) ||\
292 le16_to_cpu(p->header.nextindex)) { in xtSearch()
308 le16_to_cpu(p->header.nextindex)) { in xtSearch()
349 if (p->header.nextindex == /* little-endian */ in xtSearch()
375 lim = le16_to_cpu(p->header.nextindex) - XTENTRYSTART; in xtSearch()
396 if (p->header.nextindex == in xtSearch()
424 if (index < le16_to_cpu(p->header.nextindex)-1) in xtSearch()
441 if (base < le16_to_cpu(p->header.nextindex)) in xtSearch()
454 if (p->header.nextindex == in xtSearch()
[all …]
Djfs_dtree.c132 if (((P)->header.nextindex > (((BN)==0)?DTROOTMAXSLOT:(P)->header.maxslot)) ||\
645 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) { in dtSearch()
908 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
1187 lp->header.nextindex-1, in dtSplitUp()
1281 ((sp->header.nextindex - in dtSplitUp()
1344 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local
1421 rp->header.nextindex = 0; in dtSplitPage()
1446 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage()
1515 nextindex = sp->header.nextindex; in dtSplitPage()
1516 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.h98 __le16 nextindex; /* 2: next index = number of entries */ member
Djfs_txnmgr.c797 le16_to_cpu(p->header.nextindex); in txLock()
1731 next = le16_to_cpu(p->header.nextindex); in xtLog()
Djfs_imap.c718 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
754 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()