Searched refs:nextindex (Results 1 – 6 of 6) sorted by relevance
/fs/jfs/ |
D | jfs_xtree.c | 72 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) ||\ 73 (le16_to_cpu((P)->header.nextindex) > le16_to_cpu((P)->header.maxentry)) ||\ 299 if (index == le16_to_cpu(p->header.nextindex)) { in xtLookupList() 382 if (index == le16_to_cpu(p->header.nextindex) - 1) { in xtLookupList() 443 if (index == le16_to_cpu(p->header.nextindex) - 1) { in xtLookupList() 553 le16_to_cpu(p->header.nextindex)) { in xtSearch() 569 le16_to_cpu(p->header.nextindex)) { in xtSearch() 610 if (p->header.nextindex == /* little-endian */ in xtSearch() 636 lim = le16_to_cpu(p->header.nextindex) - XTENTRYSTART; in xtSearch() 657 if (p->header.nextindex == in xtSearch() [all …]
|
D | jfs_dtree.c | 131 if (((P)->header.nextindex > (((BN)==0)?DTROOTMAXSLOT:(P)->header.maxslot)) ||\ 644 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) { in dtSearch() 907 ((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 1420 rp->header.nextindex = 0; in dtSplitPage() 1445 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1514 nextindex = sp->header.nextindex; in dtSplitPage() 1515 for (nxt = off = 0; nxt < nextindex; ++off) { in dtSplitPage() [all …]
|
D | jfs_dtree.h | 150 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
|
D | jfs_xtree.h | 98 __le16 nextindex; /* 2: next index = number of entries */ member
|
D | jfs_txnmgr.c | 797 le16_to_cpu(p->header.nextindex); in txLock() 1732 next = le16_to_cpu(p->header.nextindex); in xtLog()
|
D | jfs_imap.c | 721 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 757 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
|