Searched refs:ffs_hashalloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/makefs/ffs/
H A Dffs_alloc.c64 static daddr_t ffs_hashalloc(struct inode *, u_int, daddr_t, int,
108 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
240 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, int size, function
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c121 static ufs2_daddr_t ffs_hashalloc(struct inode *, uint64_t, ufs2_daddr_t,
201 bno = ffs_hashalloc(ip, cg, bpref, size, size, ffs_alloccg);
400 bno = ffs_hashalloc(ip, cg, bpref, request, nsize, ffs_alloccg);
1153 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0,
1637 ffs_hashalloc(struct inode *ip, function
1651 panic("ffs_hashalloc: allocation on suspended filesystem");

Completed in 136 milliseconds