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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c177 * and new size is also specified. The allocator attempts to extend
178 * the original block. Failing that, the regular block allocator is
845 hashalloc(struct inode *ip, int cg, long pref, int size, ulong_t (*allocator)()) argument
856 result = (*allocator)(ip, cg, pref, size);
866 result = (*allocator)(ip, cg, 0, size);
877 result = (*allocator)(ip, cg, 0, size);

Completed in 48 milliseconds