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

/freebsd-current/usr.sbin/makefs/ffs/
H A DMakefile.inc2 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
H A Dffs_extern.h51 /* ffs_alloc.c */
52 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
H A Dffs_balloc.c183 error = ffs_alloc(ip, lbn,
224 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
265 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
296 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
440 error = ffs_alloc(ip, lbn,
481 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
522 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
553 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 */
88 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, function
97 errx(1, "ffs_alloc: bad size: bsize %d size %d",
/freebsd-current/sys/modules/ufs/
H A DMakefile8 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
/freebsd-current/sys/ufs/ffs/
H A Dffs_balloc.c220 error = ffs_alloc(ip, lbn,
262 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
325 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
409 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
729 error = ffs_alloc(ip, lbn,
840 error = ffs_alloc(ip, lbn,
882 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
946 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
1031 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
H A Dffs_extern.h55 int ffs_alloc(struct inode *, ufs2_daddr_t, ufs2_daddr_t, int, int,
H A Dffs_alloc.c150 ffs_alloc(struct inode *ip, function
176 panic("ffs_alloc: bad size");
179 panic("ffs_alloc: missing credential");

Completed in 126 milliseconds