Searched refs:nextindex (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_xtree.c | 69 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) ||\ 70 (le16_to_cpu((P)->header.nextindex) > le16_to_cpu((P)->header.maxentry)) ||\ 300 if (index == le16_to_cpu(p->header.nextindex)) { in xtLookupList() 383 if (index == le16_to_cpu(p->header.nextindex) - 1) { in xtLookupList() 444 if (index == le16_to_cpu(p->header.nextindex) - 1) { in xtLookupList() 552 le16_to_cpu(p->header.nextindex)) { in xtSearch() 568 le16_to_cpu(p->header.nextindex)) { in xtSearch() 608 if (p->header.nextindex == /* little-endian */ in xtSearch() 631 lim = le16_to_cpu(p->header.nextindex) - XTENTRYSTART; in xtSearch() 652 if (p->header.nextindex == in xtSearch() [all …]
|
D | jfs_dtree.c | 130 if (((P)->header.nextindex > (((BN)==0)?DTROOTMAXSLOT:(P)->header.maxslot)) ||\ 640 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) { in dtSearch() 903 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert() 1166 lp->header.nextindex-1, in dtSplitUp() 1260 ((sp->header.nextindex - in dtSplitUp() 1320 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local 1390 rp->header.nextindex = 0; in dtSplitPage() 1415 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1484 nextindex = sp->header.nextindex; in dtSplitPage() 1485 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 s16 nextindex; /* 2: next index = number of entries */ member
|
D | jfs_txnmgr.c | 754 le16_to_cpu(p->header.nextindex); in txLock() 1671 next = le16_to_cpu(p->header.nextindex); in xtLog()
|
D | jfs_imap.c | 738 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 774 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
|