Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/makefs/ffs/
Dffs_balloc.c174 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs1()
214 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
254 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
284 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1()
423 error = ffs_alloc(ip, lbn, in ffs_balloc_ufs2()
463 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
503 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
533 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs2()
Dffs_extern.h50 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
Dffs_alloc.c85 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
/openbsd/src/sys/ufs/ffs/
Dffs_balloc.c189 error = ffs_alloc(ip, lbn, in ffs1_balloc()
228 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs1_balloc()
270 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, cred, in ffs1_balloc()
308 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, cred, in ffs1_balloc()
533 error = ffs_alloc(ip, lbn, ffs2_blkpref(ip, lbn, in ffs2_balloc()
578 error = ffs_alloc(ip, lbn, pref, (int) fs->fs_bsize, cred, in ffs2_balloc()
629 error = ffs_alloc(ip, lbn, pref, (int) fs->fs_bsize, cred, in ffs2_balloc()
673 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, cred, in ffs2_balloc()
Dffs_extern.h102 int ffs_alloc(struct inode *, daddr_t, daddr_t , int, struct ucred *,
Dffs_alloc.c99 ffs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, int size, in ffs_alloc() function
/openbsd/src/usr.sbin/makefs/
DMakefile12 SRCS+= ffs.c ffs_alloc.c ffs_balloc.c ffs_subr.c
/openbsd/src/sys/conf/
Dfiles974 file ufs/ffs/ffs_alloc.c ffs | mfs