Searched refs:dnode_next_offset (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_object.c | 152 error = dnode_next_offset(DMU_META_DNODE(os), in dmu_object_alloc_impl() 444 error = dnode_next_offset(DMU_META_DNODE(os), in dmu_object_next()
|
H A D | dnode_sync.c | 439 dnode_next_offset(dn, 0, &off, 1, 1, 0) != 0); in dnode_sync_free_range_impl()
|
H A D | dmu_tx.c | 496 err = dnode_next_offset(dn, 0, &ibyte, 2, 1, 0); in dmu_tx_count_free()
|
H A D | dnode.c | 2406 int err = dnode_next_offset(dn, DNODE_FIND_HAVELOCK, in dnode_free_range() 2695 dnode_next_offset(dnode_t *dn, int flags, uint64_t *offset, in dnode_next_offset() function
|
H A D | dmu.c | 963 err = dnode_next_offset(dn, in get_next_chunk() 2553 err = dnode_next_offset(dn, DNODE_FIND_HAVELOCK | in dmu_offset_next()
|
H A D | dmu_send.c | 1868 err = dnode_next_offset(dn, DNODE_FIND_HAVELOCK, in send_reader_thread()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dnode.h | 463 int dnode_next_offset(dnode_t *dn, int flags, uint64_t *off,
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4005 error = dnode_next_offset(dn, in dump_object() 4010 error = dnode_next_offset(dn, in dump_object()
|