Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.c31 static int extBalloc(struct inode *, s64, s64 *, s64 *);
138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
509 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc() function
624 return (extBalloc(ip, blkno, newnblks, newblkno)); in extBrealloc()