Symbol: ffs_alloc
sys/ufs/ffs/ffs_balloc.c
1031
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
220
error = ffs_alloc(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
262
if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
325
if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
409
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
729
error = ffs_alloc(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
840
error = ffs_alloc(ip, lbn,
sys/ufs/ffs/ffs_balloc.c
882
if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_balloc.c
946
if ((error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
sys/ufs/ffs/ffs_extern.h
55
int ffs_alloc(struct inode *, ufs2_daddr_t, ufs2_daddr_t, int, int,
usr.sbin/makefs/ffs/ffs_balloc.c
183
error = ffs_alloc(ip, lbn,
usr.sbin/makefs/ffs/ffs_balloc.c
224
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
265
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
296
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
440
error = ffs_alloc(ip, lbn,
usr.sbin/makefs/ffs/ffs_balloc.c
481
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
522
error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
usr.sbin/makefs/ffs/ffs_balloc.c
553
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 *);