Home
last modified time | relevance | path

Searched refs:maxblkid (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_redact.c925 uint64_t maxblkid = dn->dn_phys->dn_maxblkid; in perform_redaction() local
929 else if (rec->start_blkid > maxblkid) in perform_redaction()
935 maxblkid) { in perform_redaction()
936 endblkid = maxblkid; in perform_redaction()
H A Ddsl_crypt.c1966 uint64_t nblkptr, maxblkid; in dsl_crypto_recv_raw_objset_check() local
1998 ret = nvlist_lookup_uint64(nvl, "mdn_maxblkid", &maxblkid); in dsl_crypto_recv_raw_objset_check()
2062 uint64_t compress, checksum, nlevels, blksz, ibs, maxblkid; in dsl_crypto_recv_raw_objset_sync() local
2078 maxblkid = fnvlist_lookup_uint64(nvl, "mdn_maxblkid"); in dsl_crypto_recv_raw_objset_sync()
2111 dnode_new_blkid(mdn, maxblkid, tx, B_FALSE, B_TRUE); in dsl_crypto_recv_raw_objset_sync()
H A Ddmu.c1868 dmu_object_set_maxblkid(objset_t *os, uint64_t object, uint64_t maxblkid, in dmu_object_set_maxblkid() argument
1878 dnode_new_blkid(dn, maxblkid, tx, B_FALSE, B_TRUE); in dmu_object_set_maxblkid()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h485 int dmu_object_set_maxblkid(objset_t *os, uint64_t object, uint64_t maxblkid,