Searched refs:nextindex (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_xtree.c | 71 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 …]
|
D | jfs_dtree.c | 131 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 …]
|
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 | 91 __le16 nextindex; /* 2: next index = number of entries */ member
|
D | jfs_txnmgr.c | 801 le16_to_cpu(p->header.nextindex); in txLock() 1735 next = le16_to_cpu(p->header.nextindex); in xtLog()
|
D | jfs_imap.c | 712 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 748 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
|