Searched refs:ffs_alloc (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/usr.sbin/makefs/ffs/
H A DMakefile.inc8 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
H A Dffs_extern.h52 /* ffs_alloc.c */
53 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
H A Dffs_balloc.c184 error = ffs_alloc(ip, lbn,
224 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
264 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
295 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
435 error = ffs_alloc(ip, lbn,
475 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
515 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
546 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
H A Dffs_alloc.c1 /* $NetBSD: ffs_alloc.c,v 1.14 2004/06/20 22:20:18 jmc Exp $ */
2 /* From: NetBSD: ffs_alloc.c,v 1.50 2001/09/06 02:16:01 lukem Exp */
41 * @(#)ffs_alloc.c 8.19 (Berkeley) 7/13/95
45 __FBSDID("$FreeBSD: releng/10.2/usr.sbin/makefs/ffs/ffs_alloc.c 241015 2012-09-27 23:31:19Z mdf $");
91 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, function
100 errx(1, "ffs_alloc: bad size: bsize %d size %d",
/freebsd-10.2-release/sys/modules/ufs/
H A DMakefile9 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_balloc.c210 error = ffs_alloc(ip, lbn,
251 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
309 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
385 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
669 error = ffs_alloc(ip, lbn,
771 error = ffs_alloc(ip, lbn,
812 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
871 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
948 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
H A Dffs_extern.h56 int ffs_alloc(struct inode *, ufs2_daddr_t, ufs2_daddr_t, int, int,
H A Dffs_alloc.c59 * @(#)ffs_alloc.c 8.18 (Berkeley) 5/26/95
63 __FBSDID("$FreeBSD: releng/10.2/sys/ufs/ffs/ffs_alloc.c 283640 2015-05-28 00:11:36Z mckusick $");
147 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp) function
174 panic("ffs_alloc: bad size");
177 panic("ffs_alloc: missing credential");

Completed in 72 milliseconds