Searched refs:maxblkid (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c254 uint64_t end_of_access_blkid, maxblkid; local
284 maxblkid = zf->zf_dnode->dn_maxblkid;
285 if (maxblkid < 2) {
312 if (end_of_access_blkid >= maxblkid) {
H A Ddmu_redact.c925 uint64_t maxblkid = dn->dn_phys->dn_maxblkid; local
929 else if (rec->start_blkid > maxblkid)
935 maxblkid) {
936 endblkid = maxblkid;
H A Ddsl_crypt.c1966 uint64_t nblkptr, maxblkid; local
1998 ret = nvlist_lookup_uint64(nvl, "mdn_maxblkid", &maxblkid);
2070 uint64_t compress, checksum, nlevels, blksz, ibs, maxblkid; local
2086 maxblkid = fnvlist_lookup_uint64(nvl, "mdn_maxblkid");
2116 dnode_new_blkid(mdn, maxblkid, tx, B_FALSE, B_TRUE);
H A Ddmu.c943 * It is important to zero out the maxblkid when freeing the entire
1881 dmu_object_set_maxblkid(objset_t *os, uint64_t object, uint64_t maxblkid, argument
1891 dnode_new_blkid(dn, maxblkid, tx, B_FALSE, B_TRUE);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu.h478 * Manually set the maxblkid on a dnode. This will adjust nlevels accordingly
480 * ensure that the object's nlevels can sufficiently support the new maxblkid.
482 int dmu_object_set_maxblkid(objset_t *os, uint64_t object, uint64_t maxblkid,

Completed in 122 milliseconds