Searched refs:extBalloc (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_extent.c | 29 static int extBalloc(struct inode *, s64, s64 *, s64 *); 142 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 515 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc() function 625 return (extBalloc(ip, blkno, newnblks, newblkno)); in extBrealloc()
|