Home
last modified time | relevance | path

Searched refs:blkptr (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/sys/cddl/boot/zfs/
H A DREADME10 blkptr.c ZFS embedded-data block pointers support
14 The files fletcher.c, lzjb.c, lz4.c, sha256.c and blkptr.c are largely identical
H A Dzfsimpl.h331 typedef struct blkptr { struct
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Ddmu.h64 struct blkptr;
771 * Returns the blkptr associated with this dbuf, or NULL if not set.
773 struct blkptr *dmu_buf_get_blkptr(dmu_buf_t *db);
1087 struct blkptr *zgd_bp;
1104 uint64_t length, struct blkptr *bps, size_t *nbpsp);
1106 uint64_t length, dmu_tx_t *tx, const struct blkptr *bps, size_t nbps);
1114 typedef void (*dmu_traverse_cb_t)(objset_t *os, void *arg, struct blkptr *bp,
H A Ddmu_traverse.h68 int traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr,
H A Dspa.h124 * The word-by-word, bit-by-bit layout of the blkptr is as follows:
266 * in blkptr.c for more details.
372 typedef struct blkptr { struct
379 blk_cksumblkptr global() argument
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files69 blkptr.o \
/freebsd-src/sys/contrib/openzfs/include/
H A DMakefile.am30 sys/blkptr.h \
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c743 traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr, in traverse_dataset_destroyed() argument
748 blkptr, txg_start, resume, flags, func, arg)); in traverse_dataset_destroyed()
H A Ddbuf.c48 #include <sys/blkptr.h>
1191 * If the blkptr isn't set but they have nonzero data, in dbuf_verify()
1217 * We iterate through each blkptr and verify in dbuf_verify()
1656 * The zio layer will copy the provided blkptr later, but we need to in dbuf_read_impl()
3398 dmu_buf_impl_t *parent, blkptr_t *blkptr, uint64_t hash) in dbuf_issue_final_prefetch()
3422 db->db_blkptr = blkptr;
3443 db->db.db_size = (blkptr != NULL) ? in dbuf_prefetch_indirect_done()
3444 BP_GET_LSIZE(blkptr) : SPA_MINBLOCKSIZE; in dbuf_prefetch_indirect_done()
4468 dprintf_dbuf_bp(db, db->db_blkptr, "blkptr=%p", db->db_blkptr); in dbuf_sync_lightweight()
4681 dprintf_dbuf_bp(db, db->db_blkptr, "blkptr in dbuf_sync_list()
3237 dbuf_create(dnode_t * dn,uint8_t level,uint64_t blkid,dmu_buf_impl_t * parent,blkptr_t * blkptr,uint64_t hash) dbuf_create() argument
[all...]
/freebsd-src/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am74 module/zfs/blkptr.c \
/freebsd-src/cddl/lib/libzpool/
H A DMakefile61 blkptr.c \
/freebsd-src/sys/contrib/openzfs/module/
H A DMakefile.bsd244 blkptr.c \
H A DKbuild.in315 blkptr.o \
/freebsd-src/sys/modules/zfs/
H A DMakefile228 blkptr.c \
/freebsd-src/sys/cam/scsi/
H A Dscsi_sa.c5213 sardpos(struct cam_periph *periph, int hard, uint32_t *blkptr) in sardpos() argument
5248 *blkptr = scsi_4btoul(loc.firstblk); in sardpos()
/freebsd-src/sys/conf/
H A Dfiles262 contrib/openzfs/module/zfs/blkptr.c optional zfs compile-with "${ZFS_C}"