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

/netbsd-6-1-5-RELEASE/sys/modules/ext2fs/
H A DMakefile8 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
/netbsd-6-1-5-RELEASE/sys/rump/fs/lib/libext2fs/
H A DMakefile8 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_extern.h101 /* ext2fs_balloc.c */
102 int ext2fs_balloc(struct inode *, daddr_t, int, kauth_cred_t,
H A Dext2fs_balloc.c1 /* $NetBSD: ext2fs_balloc.c,v 1.33 2008/05/16 09:22:00 hannken Exp $ */
63 __KERNEL_RCSID(0, "$NetBSD: ext2fs_balloc.c,v 1.33 2008/05/16 09:22:00 hannken Exp $");
92 ext2fs_balloc(struct inode *ip, daddr_t bn, int size, function
107 UVMHIST_FUNC("ext2fs_balloc"); UVMHIST_CALLED(ubchist);
174 panic ("ext2fs_balloc: ufs_getlbns returned indirect block\n");
373 error = ext2fs_balloc(ip, lblkno(fs, off), bsize, cred,
381 * increase file size now, ext2fs_balloc() requires that
H A Dext2fs_readwrite.c339 error = ext2fs_balloc(ip,

Completed in 111 milliseconds