Searched defs:hashalloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashalloc.c41 hashalloc(Hash_table_t* ref, ...) function
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c73 static ino_t hashalloc();
145 bno = (daddr_t)hashalloc(ip, cg, (long)bpref, size,
153 * hashalloc() failed because some other thread grabbed
246 bno = (daddr_t)hashalloc(ip, cg, (long)bpref, request,
257 * hashalloc() failed because some other thread grabbed
338 ino = (ino_t)hashalloc(pip, cg, (long)ipref, (int)mode,
845 hashalloc(struct inode *ip, int cg, long pref, int size, ulong_t (*allocator)()) function

Completed in 67 milliseconds