Home
last modified time | relevance | path

Searched refs:ZVOL_OBJ (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzvol.c216 error = dmu_object_info(os, ZVOL_OBJ, &doi); in zvol_get_stats()
261 zb->zb_object != ZVOL_OBJ || zb->zb_level != 0) in zvol_map_block()
353 error = dmu_object_claim(os, ZVOL_OBJ, DMU_OT_ZVOL, volblocksize, in zvol_create_cb()
380 return (dmu_free_long_range(zv->zv_objset, ZVOL_OBJ, offset, length)); in zvol_replay_truncate()
412 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, length); in zvol_replay_write()
417 dmu_write(os, ZVOL_OBJ, offset, length, data, tx); in zvol_replay_write()
550 error = dmu_object_info(os, ZVOL_OBJ, &doi); in zvol_create_minor()
638 error = dmu_bonus_hold(os, ZVOL_OBJ, zvol_tag, &zv->zv_dbuf); in zvol_first_open()
700 dmu_tx_hold_write(tx, ZVOL_OBJ, off, bytes); in zvol_prealloc()
704 (void) dmu_free_long_range(os, ZVOL_OBJ, 0, off); in zvol_prealloc()
[all …]
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c349 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)len); in sbd_zvol_rele_write_bufs()
382 zil_commit(sl->sl_zvol_zil_hdl, ZVOL_OBJ); in sbd_zvol_rele_write_bufs()
440 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)uio->uio_resid); in sbd_zvol_copy_write()
454 zil_commit(sl->sl_zvol_zil_hdl, ZVOL_OBJ); in sbd_zvol_copy_write()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzvol.h35 #define ZVOL_OBJ 1ULL macro