Symbol: ffs_alloc
sys/ufs/ffs/ffs_balloc.c
249
error = ffs_alloc(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
286
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
339
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
395
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred,
sys/ufs/ffs/ffs_balloc.c
643
error = ffs_alloc(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
767
error = ffs_alloc(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
804
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
857
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
913
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred,
sys/ufs/ffs/ffs_extern.h
90
int ffs_alloc(struct inode *, daddr_t, daddr_t , int, int, kauth_cred_t,
usr.sbin/makefs/ffs/ffs_balloc.c
189
error = ffs_alloc(ip, lbn,
usr.sbin/makefs/ffs/ffs_balloc.c
229
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
268
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
298
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
435
error = ffs_alloc(ip, lbn,
usr.sbin/makefs/ffs/ffs_balloc.c
475
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
514
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
544
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_extern.h
52
int ffs_alloc(struct inode *, daddr_t, daddr_t, int, daddr_t *);