Home
last modified time | relevance | path

Searched refs:nxaddr (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jfs/
H A Djfs_extent.c73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
127 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
135 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
147 if (xaddr && xaddr == nxaddr) in extAlloc()
150 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
156 dbFree(ip, nxaddr, nxlen); in extAlloc()
163 XADaddress(xp, nxaddr); in extAlloc()