Searched refs:blkptr (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/sys/cddl/boot/zfs/ |
| H A D | README | 10 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 D | zfsimpl.h | 331 typedef struct blkptr { struct
|
| /freebsd-13.1/contrib/apr-util/dbm/sdbm/ |
| H A D | sdbm_private.h | 57 long blkptr; /* current block for nextkey */ member
|
| H A D | sdbm.c | 417 db->blkptr = 0; in apr_sdbm_firstkey() 565 db->blkptr++; in getnext() 569 if ((status = getpage(db, db->blkptr, 1, 0)) != APR_SUCCESS) in getnext()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_traverse.h | 68 int traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr,
|
| H A D | dmu.h | 63 struct blkptr; 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 D | Makefile.am | 12 blkptr.h \
|
| H A D | spa.h | 395 typedef struct blkptr { struct
|
| /freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/ |
| H A D | Makefile.files | 69 blkptr.o \
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 57 blkptr.c \
|
| /freebsd-13.1/cddl/lib/libzpool/ |
| H A D | Makefile | 57 blkptr.c \
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | Makefile.in | 19 $(MODULE)-objs += blkptr.o
|
| H A D | dmu_traverse.c | 746 traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr, in traverse_dataset_destroyed() argument 751 blkptr, txg_start, resume, flags, func, arg)); in traverse_dataset_destroyed()
|
| H A D | dbuf.c | 2995 dmu_buf_impl_t *parent, blkptr_t *blkptr) in dbuf_create() argument 3015 db->db_blkptr = blkptr; in dbuf_create() 3035 db->db.db_size = (blkptr != NULL) ? in dbuf_create() 3036 BP_GET_LSIZE(blkptr) : SPA_MINBLOCKSIZE; in dbuf_create()
|
| /freebsd-13.1/sys/modules/zfs/ |
| H A D | Makefile | 159 blkptr.c \
|
| /freebsd-13.1/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 186 blkptr.c \
|
| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_sa.c | 5211 sardpos(struct cam_periph *periph, int hard, u_int32_t *blkptr) in sardpos() argument 5246 *blkptr = scsi_4btoul(loc.firstblk); in sardpos()
|
| /freebsd-13.1/sys/conf/ |
| H A D | files | 250 contrib/openzfs/module/zfs/blkptr.c optional zfs compile-with "${ZFS_C}"
|