Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.c608 s64 blkno, s64 nblks, s64 * newnblks, s64 * newblkno) in extBrealloc() argument
613 if ((rc = dbExtend(ip, blkno, nblks, *newnblks - nblks)) == 0) { in extBrealloc()
624 return (extBalloc(ip, blkno, newnblks, newblkno)); in extBrealloc()