Searched refs:nextindex (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_xtree.c | 58 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 …]
|
H A D | jfs_dtree.c | 118 if (((P)->header.nextindex > \ 633 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) { in dtSearch() 903 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert() 1182 lp->header.nextindex-1, in dtSplitUp() 1276 ((sp->header.nextindex - in dtSplitUp() 1339 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local 1416 rp->header.nextindex = 0; in dtSplitPage() 1441 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1510 nextindex = sp->header.nextindex; in dtSplitPage() 1511 for (nxt = off = 0; nxt < nextindex; ++off) { in dtSplitPage() [all …]
|
H A D | jfs_dtree.h | 137 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
|
H A D | jfs_xtree.h | 74 __le16 nextindex; /* 2: next index = number of entries */ member
|
H A D | jfs_txnmgr.c | 788 le16_to_cpu(p->header.nextindex); in txLock() 1685 next = le16_to_cpu(p->header.nextindex); in xtLog()
|
H A D | jfs_imap.c | 700 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 736 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | remotedata.py | 21 self.nextindex = 1 40 idx = self.nextindex 44 self.nextindex += 1
|