Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/sys/ufs/ffs/
H A Dffs_balloc.c225 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1()
267 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
330 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
414 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
734 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
845 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
887 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
951 if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
1036 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.c151 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp) in ffs_alloc() function
/freebsd-13.1/sys/modules/ufs/
H A DMakefile9 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
/freebsd-13.1/sys/conf/
H A Dfiles5126 ufs/ffs/ffs_alloc.c optional ffs