Searched refs:blkptr (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_private.h57 long blkptr; /* current block for nextkey */ member in struct:apr_sdbm_t
H A Dsdbm.c417 db->blkptr = 0;
565 db->blkptr++;
569 if ((status = getpage(db, db->blkptr, 1, 0)) != APR_SUCCESS)
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu_traverse.h68 int traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr,
H A DMakefile.am12 blkptr.h \
H A Ddmu.h63 struct blkptr;
733 * Returns the blkptr associated with this dbuf, or NULL if not set.
735 struct blkptr *dmu_buf_get_blkptr(dmu_buf_t *db);
1036 struct blkptr *zgd_bp;
1058 typedef void (*dmu_traverse_cb_t)(objset_t *os, void *arg, struct blkptr *bp,
H A Dspa.h146 * The word-by-word, bit-by-bit layout of the blkptr is as follows:
289 * in blkptr.c for more details.
395 typedef struct blkptr { struct
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dblkptr.c20 #include <sys/blkptr.h>
H A DMakefile.in19 $(MODULE)-objs += blkptr.o
H A Ddmu_traverse.c746 traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr, argument
751 blkptr, txg_start, resume, flags, func, arg));
H A Ddbuf.c47 #include <sys/blkptr.h>
1016 * If the blkptr isn't set but they have nonzero data,
1042 * We iterate through each blkptr and verify
1516 * The zio layer will copy the provided blkptr later, but we need to
2945 dmu_buf_impl_t *parent, blkptr_t *blkptr)
2965 db->db_blkptr = blkptr;
2985 db->db.db_size = (blkptr != NULL) ?
2986 BP_GET_LSIZE(blkptr) : SPA_MINBLOCKSIZE;
3973 dprintf_dbuf_bp(db, db->db_blkptr, "blkptr=%p", db->db_blkptr);
4211 dprintf_dbuf_bp(db, db->db_blkptr, "blkptr
2944 dbuf_create(dnode_t *dn, uint8_t level, uint64_t blkid, dmu_buf_impl_t *parent, blkptr_t *blkptr) argument
[all...]
H A Ddmu_recv.c57 #include <sys/blkptr.h>
H A Ddmu_send.c58 #include <sys/blkptr.h>
1729 * blkptr in the to ds if we need to send the data because of something from
1751 * Finally, if it isn't redacted, we need the blkptr so that we can send
1830 * blkptr for each block in the range we're processing.
H A Dzio.c45 #include <sys/blkptr.h>
937 dprintf_bp(bp, "blkptr at %p dprintf_bp():", bp);
971 "blkptr at %p has invalid TYPE %llu",
977 "blkptr at %p has invalid CHECKSUM %llu",
983 "blkptr at %p has invalid COMPRESS %llu",
988 "blkptr at %p has invalid LSIZE %llu",
993 "blkptr at %p has invalid PSIZE %llu",
1000 "blkptr at %p has invalid ETYPE %llu",
1030 "blkptr at %p DVA %u has invalid VDEV %llu",
1037 "blkptr a
[all...]
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files69 blkptr.o \
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am57 blkptr.c \
/freebsd-13-stable/cddl/lib/libzpool/
H A DMakefile57 blkptr.c \
/freebsd-13-stable/sys/contrib/openzfs/module/
H A DMakefile.bsd186 blkptr.c \
/freebsd-13-stable/sys/modules/zfs/
H A DMakefile159 blkptr.c \
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h175 * The word-by-word, bit-by-bit layout of the blkptr is as follows:
238 * in blkptr.c for more details.
331 typedef struct blkptr { struct
1079 /* Does dnode have a SA spill blkptr in bonus? */
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_sa.c4895 sardpos(struct cam_periph *periph, int hard, u_int32_t *blkptr) argument
4929 *blkptr = scsi_4btoul(loc.firstblk);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c74 #include <sys/blkptr.h>
7952 * b: Decode a blkptr at given offset within block

Completed in 318 milliseconds