Searched refs:nxlen (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_extent.c | 76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 96 nxlen = lengthXAD(xp); in extAlloc() 106 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 108 xaddr = hint + nxlen; in extAlloc() 111 hint += (nxlen - 1); in extAlloc() 124 nxlen = xlen; in extAlloc() 125 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 131 rc = dquot_alloc_block(ip, nxlen); in extAlloc() 133 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc() 146 rc = xtExtend(0, ip, xoff, (int) nxlen, in extAlloc() 202 extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) extRealloc() argument [all...] |
H A D | jfs_xtree.c | 542 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtInsert() 1365 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtExtend() 1530 printf("xtTailgate: nxoff:0x%lx nxlen:0x%x nxaddr:0x%lx\n", in xtTailgate() 1705 int nxlen, xlen, lxlen, rxlen; in xtUpdate() local 1713 nxlen = lengthXAD(nxad); in xtUpdate() 1745 (nxoff + nxlen > xoff + xlen)) { in xtUpdate() 1764 if (nxlen == xlen) { in xtUpdate() 1770 } else /* (nxlen < xlen) */ in xtUpdate() 1792 (lxlen + nxlen < MAXXLEN)) { in xtUpdate() 1795 XADlength(lxad, lxlen + nxlen); in xtUpdate() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_extent.c | 73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 93 nxlen = lengthXAD(xp); in extAlloc() 103 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 105 xaddr = hint + nxlen; in extAlloc() 108 hint += (nxlen - 1); in extAlloc() 121 nxlen = xlen; in extAlloc() 122 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 128 rc = dquot_alloc_block(ip, nxlen); in extAlloc() 130 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc() 143 rc = xtExtend(0, ip, xoff, (int) nxlen, in extAlloc() [all...] |
H A D | jfs_xtree.c | 531 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtInsert() 1354 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtExtend() 1511 int nxlen, xlen, lxlen, rxlen; in xtUpdate() local 1519 nxlen = lengthXAD(nxad); in xtUpdate() 1551 (nxoff + nxlen > xoff + xlen)) { in xtUpdate() 1578 (lxlen + nxlen < MAXXLEN)) { in xtUpdate() 1581 XADlength(lxad, lxlen + nxlen); in xtUpdate() 1591 if (xlen > nxlen) { in xtUpdate() 1593 XADoffset(xad, xoff + nxlen); in xtUpdate() 1594 XADlength(xad, xlen - nxlen); in xtUpdate() [all...] |
Completed in 5 milliseconds