Searched refs:ZVOL_OBJ (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 215 error = dmu_object_info(os, ZVOL_OBJ, &doi); in zvol_get_stats() 260 zb->zb_object != ZVOL_OBJ || zb->zb_level != 0) in zvol_map_block() 352 error = dmu_object_claim(os, ZVOL_OBJ, DMU_OT_ZVOL, volblocksize, in zvol_create_cb() 379 return (dmu_free_long_range(zv->zv_objset, ZVOL_OBJ, offset, length)); in zvol_replay_truncate() 411 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, length); in zvol_replay_write() 416 dmu_write(os, ZVOL_OBJ, offset, length, data, tx); in zvol_replay_write() 549 error = dmu_object_info(os, ZVOL_OBJ, &doi); in zvol_create_minor() 637 error = dmu_bonus_hold(os, ZVOL_OBJ, zvol_tag, &zv->zv_dbuf); in zvol_first_open() 699 dmu_tx_hold_write(tx, ZVOL_OBJ, off, bytes); in zvol_prealloc() 703 (void) dmu_free_long_range(os, ZVOL_OBJ, 0, off); in zvol_prealloc() [all …]
|
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 349 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_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zvol.h | 35 #define ZVOL_OBJ 1ULL macro
|