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

/netbsd-current/sys/modules/ext2fs/
H A DMakefile8 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
/netbsd-current/sys/rump/fs/lib/libext2fs/
H A DMakefile9 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_extern.h105 /* ext2fs_balloc.c */
106 int ext2fs_balloc(struct inode *, daddr_t, int, kauth_cred_t,
H A Dext2fs_balloc.c1 /* $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
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
H A Dext2fs_readwrite.c400 error = ext2fs_balloc(ip, lbn, blkoffset + xfersize, cred, &bp,

Completed in 275 milliseconds