Searched refs:nxlen (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_extent.c | 73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 98 nxlen = lengthXAD(xp); in extAlloc() 108 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 110 xaddr = hint + nxlen; in extAlloc() 113 hint += (nxlen - 1); in extAlloc() 126 nxlen = xlen; in extAlloc() 127 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 133 rc = dquot_alloc_block(ip, nxlen); in extAlloc() 135 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc() 148 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc() [all …]
|