Home
last modified time | relevance | path

Searched refs:ffs_alloc (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/usr.sbin/makefs/ffs/
H A Dffs_balloc.c187 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1()
227 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
267 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
297 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
438 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
478 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
518 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
548 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
H A DMakefile.inc5 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
H A Dffs_extern.h55 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
H A Dffs_alloc.c93 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
/freebsd-12.1/sys/ufs/ffs/
H A Dffs_balloc.c215 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1()
256 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
320 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
402 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
712 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
814 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
855 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
920 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
1003 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
H A Dffs_extern.h58 int ffs_alloc(struct inode *, ufs2_daddr_t, ufs2_daddr_t, int, int,
H A Dffs_alloc.c149 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp) in ffs_alloc() function
/freebsd-12.1/sys/modules/ufs/
H A DMakefile9 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
/freebsd-12.1/sys/conf/
H A Dfiles4972 ufs/ffs/ffs_alloc.c optional ffs