Searched refs:ffs_alloc (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/usr.sbin/makefs/ffs/ |
| D | ffs_balloc.c | 174 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()
|
| D | ffs_extern.h | 50 int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);
|
| D | ffs_alloc.c | 85 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() function
|
| /openbsd/src/sys/ufs/ffs/ |
| D | ffs_balloc.c | 189 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()
|
| D | ffs_extern.h | 102 int ffs_alloc(struct inode *, daddr_t, daddr_t , int, struct ucred *,
|
| D | ffs_alloc.c | 99 ffs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, int size, in ffs_alloc() function
|
| /openbsd/src/usr.sbin/makefs/ |
| D | Makefile | 12 SRCS+= ffs.c ffs_alloc.c ffs_balloc.c ffs_subr.c
|
| /openbsd/src/sys/conf/ |
| D | files | 974 file ufs/ffs/ffs_alloc.c ffs | mfs
|