Searched refs:MPOOL (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Devents_001_pos.ksh43 if poolexists $MPOOL; then
44 destroy_pool $MPOOL
63 run_and_verify -p "$MPOOL" \
67 "zpool create $MPOOL mirror $VDEV1 $VDEV2"
70 run_and_verify -p "$MPOOL" \
72 "zpool set comment=string $MPOOL"
75 run_and_verify -p "$MPOOL" \
78 "zpool add -f $MPOOL spare $VDEV3"
79 run_and_verify -p "$MPOOL" \
81 "zpool remove $MPOOL
[all...]
H A Devents_002_pos.ksh45 if poolexists $MPOOL; then
46 destroy_pool $MPOOL
65 log_must zpool create $MPOOL mirror $VDEV1 $VDEV2
75 log_must grep -q "^ZEVENT_POOL=$MPOOL" $TMP_EVENT_ZED
82 log_must zpool offline $MPOOL $VDEV1
83 log_must zpool online $MPOOL $VDEV1
84 log_must zpool wait -t resilver $MPOOL
86 log_must zpool scrub $MPOOL
89 while ! is_pool_scrubbed $MPOOL; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh49 destroy_pool $MPOOL
69 run_and_verify -p "$MPOOL" "zpool create $MPOOL mirror $VDEV1 $VDEV2"
70 run_and_verify -p "$MPOOL" "zpool add -f $MPOOL spare $VDEV3"
71 run_and_verify -p "$MPOOL" "zpool remove $MPOOL $VDEV3"
72 run_and_verify -p "$MPOOL" "zpool offline $MPOOL $VDEV1"
73 run_and_verify -p "$MPOOL" "zpoo
[all...]
/freebsd-13-stable/include/
H A Dmpool.h45 * pool is handed an opaque MPOOL cookie which stores all of this information.
63 typedef struct MPOOL { struct
88 } MPOOL; typedef in typeref:struct:MPOOL
97 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
98 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
100 void *mpool_new(MPOOL *, pgno_t *, unsigned int);
101 void *mpool_get(MPOOL *, pgno_t, unsigned int);
102 int mpool_delete(MPOOL *, void *);
103 int mpool_put(MPOOL *, void *, unsigned int);
104 int mpool_sync(MPOOL *);
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_001_pos.ksh66 destroy_pool $MPOOL
87 exec_record $ZPOOL create $MPOOL mirror $VDEV1 $VDEV2
88 exec_record $ZPOOL add -f $MPOOL spare $VDEV3
89 exec_record $ZPOOL remove $MPOOL $VDEV3
90 exec_record $ZPOOL offline $MPOOL $VDEV1
91 exec_record $ZPOOL online $MPOOL $VDEV1
92 exec_record $ZPOOL attach $MPOOL $VDEV1 $VDEV4
93 exec_record $ZPOOL detach $MPOOL $VDEV4
94 exec_record $ZPOOL replace -f $MPOOL $VDEV1 $VDEV4
95 exec_record $ZPOOL export $MPOOL
[all...]
/freebsd-13-stable/lib/libc/db/mpool/
H A Dmpool-compat.c35 void *__mpool_new__44bsd(MPOOL *, pgno_t *);
38 __mpool_new__44bsd(MPOOL *mp, pgno_t *pgnoaddr)
H A Dmpool.c55 static BKT *mpool_bkt(MPOOL *);
56 static BKT *mpool_look(MPOOL *, pgno_t);
57 static int mpool_write(MPOOL *, BKT *);
64 MPOOL *
68 MPOOL *mp;
84 /* Allocate and initialize the MPOOL cookie. */
85 if ((mp = (MPOOL *)calloc(1, sizeof(MPOOL))) == NULL)
102 mpool_filter(MPOOL *mp, void (*pgin) (void *, pgno_t, void *),
115 mpool_new(MPOOL *m
[all...]
/freebsd-13-stable/lib/libc/db/btree/
H A Dbtree.h304 MPOOL *bt_mp; /* memory pool cookie */

Completed in 188 milliseconds