Searched refs:ntail (Results 1 – 1 of 1) sorted by relevance
/fs/jfs/ |
D | jfs_extent.c | 219 s64 ntail, nextend, ninsert; in extRealloc() local 281 ntail = nbperpage; in extRealloc() 282 nextend = ntail - xlen; in extRealloc() 287 ntail = nxlen; in extRealloc() 311 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc() 325 xaddr = nxaddr + ntail; in extRealloc() 326 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc() 330 nxlen = ntail; in extRealloc()
|