ffs_alloc.c | 115 static daddr_t ffs_hashalloc(struct inode *, u_int, daddr_t, int, int, int, 258 bno = ffs_hashalloc(ip, cg, bpref, size, 0, flags, ffs_alloccg); 277 * For the case where ffs_hashalloc() fails early 490 bno = ffs_hashalloc(ip, cg, bpref, request, nsize, 0, ffs_alloccg); 610 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0, 0, ffs_nodealloccg); 913 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, function in typeref:typename:daddr_t
|