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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_extent.c31 static int extBalloc(struct inode *, s64, s64 *, s64 *);
127 /* allocate the disk blocks for the extent. initially, extBalloc()
138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) {
490 * NAME: extBalloc()
521 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) function
631 return (extBalloc(ip, blkno, newnblks, newblkno));

Completed in 20 milliseconds