ext2fs_balloc.c | 1 /* $NetBSD: ext2fs_balloc.c,v 1.43 2020/09/05 16:30:13 riastradh Exp $ */ 63 __KERNEL_RCSID(0, "$NetBSD: ext2fs_balloc.c,v 1.43 2020/09/05 16:30:13 riastradh Exp $"); 95 ext2fs_balloc(struct inode *ip, daddr_t bn, int size, function in typeref:typename:int 110 UVMHIST_FUNC("ext2fs_balloc"); UVMHIST_CALLED(ubchist); 373 error = ext2fs_balloc(ip, ext2_lblkno(fs, off), bsize, cred, 381 * increase file size now, ext2fs_balloc() requires that
|