Searched refs:extBalloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_extent.c | 18 static int extBalloc(struct inode *, s64, s64 *, s64 *); 111 /* allocate the disk blocks for the extent. initially, extBalloc() in extAlloc() 122 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 268 * NAME: extBalloc() 299 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc() function
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_extent.c | 18 static int extBalloc(struct inode *, s64, s64 *, s64 *); 114 /* allocate the disk blocks for the extent. initially, extBalloc() in extAlloc() 125 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 465 * NAME: extBalloc() 496 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc() function 611 return (extBalloc(ip, blkno, newnblks, newblkno)); in extBrealloc()
|
Completed in 3 milliseconds