Searched refs:nxlen (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_extent.c89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; local
109 nxlen = lengthXAD(xp);
119 if (offsetXAD(xp) + nxlen == xoff &&
121 xaddr = hint + nxlen;
124 hint += (nxlen - 1);
137 nxlen = xlen;
138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) {
144 rc = dquot_alloc_block(ip, nxlen);
146 dbFree(ip, nxaddr, (s64) nxlen);
159 rc = xtExtend(0, ip, xoff, (int) nxlen,
215 extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) argument
[all...]
H A Djfs_xtree.c554 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);
1377 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);
1542 printf("xtTailgate: nxoff:0x%lx nxlen:0x%x nxaddr:0x%lx\n",
1718 int nxlen, xlen, lxlen, rxlen; local
1726 nxlen = lengthXAD(nxad);
1758 (nxoff + nxlen > xoff + xlen)) {
1777 if (nxlen == xlen) {
1783 } else /* (nxlen < xlen) */
1805 (lxlen + nxlen < MAXXLEN)) {
1808 XADlength(lxad, lxlen + nxlen);
[all...]

Completed in 40 milliseconds