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

/freebsd-10.2-release/usr.sbin/makefs/ffs/
H A Dffs_alloc.c67 static daddr_t ffs_hashalloc(struct inode *, int, daddr_t, int,
111 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
243 ffs_hashalloc(struct inode *ip, int cg, daddr_t pref, int size, function
/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_alloc.c119 static ufs2_daddr_t ffs_hashalloc
199 bno = ffs_hashalloc(ip, cg, bpref, size, size, ffs_alloccg);
390 bno = ffs_hashalloc(ip, cg, bpref, request, nsize, ffs_alloccg);
1058 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0,
1504 ffs_hashalloc(ip, cg, pref, size, rsize, allocator) function
1519 panic("ffs_hashalloc: allocation on suspended filesystem");

Completed in 104 milliseconds