Symbol: ffs_alloc
sys/ufs/ffs/ffs_balloc.c
189
error = ffs_alloc(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
228
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
270
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, cred,
sys/ufs/ffs/ffs_balloc.c
308
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, cred,
sys/ufs/ffs/ffs_balloc.c
533
error = ffs_alloc(ip, lbn, ffs2_blkpref(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
578
error = ffs_alloc(ip, lbn, pref, (int) fs->fs_bsize, cred,
sys/ufs/ffs/ffs_balloc.c
629
error = ffs_alloc(ip, lbn, pref, (int) fs->fs_bsize, cred,
sys/ufs/ffs/ffs_balloc.c
673
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, cred,
sys/ufs/ffs/ffs_extern.h
102
int ffs_alloc(struct inode *, daddr_t, daddr_t , int, struct ucred *,
usr.sbin/makefs/ffs/ffs_balloc.c
174
error = ffs_alloc(ip, lbn,
usr.sbin/makefs/ffs/ffs_balloc.c
214
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
254
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
284
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
423
error = ffs_alloc(ip, lbn,
usr.sbin/makefs/ffs/ffs_balloc.c
463
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
503
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
533
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_extern.h
50
int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);