Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/makefs/ffs/
H A Dffs_balloc.c189 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1()
229 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
268 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
298 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
435 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
475 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
514 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
544 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
H A DMakefile.inc6 SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ffs_tables.c ufs_bmap.c
H A Dffs_extern.h52 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
H A Dffs_alloc.c101 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
/netbsd-src/sys/ufs/ffs/
H A Dffs_balloc.c249 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1()
286 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
339 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1()
395 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred, in ffs_balloc_ufs1()
643 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
767 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
804 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
857 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs2()
913 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred, in ffs_balloc_ufs2()
H A Dffs_extern.h90 int ffs_alloc(struct inode *, daddr_t, daddr_t , int, int, kauth_cred_t,
H A Dffs_alloc.c176 ffs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, int size, in ffs_alloc() function
/netbsd-src/sys/modules/ffs/
H A DMakefile14 SRCS+= ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_subr.c ffs_tables.c \
/netbsd-src/sys/rump/fs/lib/libffs/
H A DMakefile9 SRCS= ffs_alloc.c ffs_appleufs.c ffs_balloc.c ffs_bswap.c ffs_inode.c \
/netbsd-src/sys/ufs/
H A Dfiles.ufs52 file ufs/ffs/ffs_alloc.c ffs