Searched refs:DMU_OBJECT_END (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 150 dnode_free_range(dn, 0, DMU_OBJECT_END, tx); in dmu_object_free()
|
H A D | zfs_dir.c | 614 error = dmu_free_long_range(os, zp->z_id, 0, DMU_OBJECT_END); in zfs_rmnode() 641 dmu_tx_hold_free(tx, zp->z_id, 0, DMU_OBJECT_END); in zfs_rmnode() 648 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END); in zfs_rmnode()
|
H A D | zfs_sa.c | 329 DMU_OBJECT_END); in zfs_sa_upgrade_txholds()
|
H A D | dmu.c | 657 if (length == DMU_OBJECT_END || offset + length > object_size) in dmu_free_long_range_impl() 712 if (err == 0 && offset == 0 && length == DMU_OBJECT_END) in dmu_free_long_range() 725 err = dmu_free_long_range(os, object, 0, DMU_OBJECT_END); in dmu_free_long_object() 731 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in dmu_free_long_object()
|
H A D | zvol.c | 739 ZVOL_OBJ, volsize, DMU_OBJECT_END); in zvol_update_volsize() 1915 DMU_OBJECT_END); in zvol_dump_init() 2147 (void) dmu_free_long_range(os, ZVOL_OBJ, 0, DMU_OBJECT_END); in zvol_dump_fini()
|
H A D | dmu_tx.c | 641 if (len == DMU_OBJECT_END) in dmu_tx_hold_free() 926 txh->txh_arg2 == DMU_OBJECT_END)) in dmu_tx_dirty_buf()
|
H A D | zfs_vnops.c | 1743 (toobig ? DMU_MAX_ACCESS : DMU_OBJECT_END)); in zfs_remove() 1758 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END); in zfs_remove() 3132 DMU_OBJECT_END); in zfs_setattr()
|
H A D | dnode.c | 1543 if (len == DMU_OBJECT_END) { in dnode_free_range()
|
H A D | zfs_acl.c | 1983 DMU_OBJECT_END); in zfs_setacl()
|
H A D | dmu_send.c | 1947 0, DMU_OBJECT_END); in receive_object()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 664 #define DMU_OBJECT_END (-1ULL) macro
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 1523 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in ztest_replay_remove()
|