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

/freebsd-13-stable/usr.sbin/makefs/ffs/
H A DMakefile.inc5 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
H A Dffs_extern.h61 /* ffs_balloc.c */
62 int ffs_balloc(struct inode *, off_t, int, struct buf **);
H A Dffs_balloc.c1 /* $NetBSD: ffs_balloc.c,v 1.13 2004/06/20 22:20:18 jmc Exp $ */
2 /* From NetBSD: ffs_balloc.c,v 1.25 2001/08/08 08:36:36 lukem Exp */
34 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95
71 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) function
213 warnx("ffs_balloc: ufs_getlbns returned indirect block");
464 warnx("ffs_balloc: ufs_getlbns returned indirect block");
/freebsd-13-stable/sys/modules/ufs/
H A DMakefile9 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
/freebsd-13-stable/usr.sbin/makefs/
H A Dffs.c980 * sized chunk. however, ffs_balloc() handles this for us
982 errno = ffs_balloc(&in, offset, chunk, &bp);

Completed in 133 milliseconds