Searched refs:DMU_OBJECT_END (Results 1 – 12 of 12) sorted by relevance
/titanic_50/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 | 664 if (length == DMU_OBJECT_END || offset + length > object_size) in dmu_free_long_range_impl() 719 if (err == 0 && offset == 0 && length == DMU_OBJECT_END) in dmu_free_long_range() 732 err = dmu_free_long_range(os, object, 0, DMU_OBJECT_END); in dmu_free_long_object() 738 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in dmu_free_long_object()
|
H A D | zvol.c | 740 ZVOL_OBJ, volsize, DMU_OBJECT_END); in zvol_update_volsize() 1916 DMU_OBJECT_END); in zvol_dump_init() 2167 (void) dmu_free_long_range(os, ZVOL_OBJ, 0, DMU_OBJECT_END); in zvol_dump_fini()
|
H A D | dmu_tx.c | 642 if (len == DMU_OBJECT_END) in dmu_tx_hold_free() 927 txh->txh_arg2 == DMU_OBJECT_END)) in dmu_tx_dirty_buf()
|
H A D | zfs_vnops.c | 1744 (toobig ? DMU_MAX_ACCESS : DMU_OBJECT_END)); in zfs_remove() 1759 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END); in zfs_remove() 3133 DMU_OBJECT_END); in zfs_setattr()
|
H A D | dnode.c | 1542 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 | 1967 0, DMU_OBJECT_END); in receive_object()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 668 #define DMU_OBJECT_END (-1ULL) macro
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 1527 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in ztest_replay_remove()
|