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

/openbsd-current/usr.sbin/makefs/ffs/
H A Dffs_extern.h55 /* ffs_balloc.c */
56 int ffs_balloc(struct inode *, off_t, int, struct mkfsbuf **);
H A Dffs_balloc.c1 /* $OpenBSD: ffs_balloc.c,v 1.8 2016/10/22 19:43:50 natano Exp $ */
2 /* $NetBSD: ffs_balloc.c,v 1.21 2015/03/29 05:52:59 agc Exp $ */
3 /* From NetBSD: ffs_balloc.c,v 1.25 2001/08/08 08:36:36 lukem Exp */
33 * @(#)ffs_balloc.c 8.8 (Berkeley) 6/16/95
60 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct mkfsbuf **bpp) function
200 warnx("ffs_balloc: ufs_getlbns returned indirect block");
449 warnx("ffs_balloc: ufs_getlbns returned indirect block");
/openbsd-current/usr.sbin/makefs/
H A DMakefile12 SRCS+= ffs.c ffs_alloc.c ffs_balloc.c ffs_subr.c
H A Dffs.c845 * sized chunk. however, ffs_balloc() handles this for us
847 errno = ffs_balloc(&in, offset, chunk, &bp);
/openbsd-current/sys/ufs/ffs/
H A Dffs_extern.h117 /* ffs_balloc.c */
118 int ffs_balloc(struct inode *, off_t, int, struct ucred *, int, struct buf **);
H A Dffs_balloc.c1 /* $OpenBSD: ffs_balloc.c,v 1.47 2024/04/13 23:44:11 jsg Exp $ */
2 /* $NetBSD: ffs_balloc.c,v 1.3 1996/02/09 22:22:21 christos Exp $ */
41 * @(#)ffs_balloc.c 8.4 (Berkeley) 9/23/93
827 ffs_balloc(struct inode *ip, off_t off, int size, struct ucred *cred, function
H A Dffs_vfsops.c96 .iv_buf_alloc = ffs_balloc,

Completed in 199 milliseconds