Searched refs:dmu_prealloc (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 727 void dmu_prealloc(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dmu.c | 868 dmu_prealloc(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, in dmu_prealloc() function
|
H A D | zvol.c | 707 dmu_prealloc(os, ZVOL_OBJ, off, bytes, tx); in zvol_prealloc()
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 2149 dmu_prealloc(os, object, offset, size, tx); in ztest_prealloc()
|