Home
last modified time | relevance | path

Searched refs:MPOOL (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/tests/sys/cddl/zfs/tests/history/
H A Dhistory_001_pos.ksh66 destroy_pool $MPOOL
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
93 exec_record $ZPOOL detach $MPOOL $VDEV4
95 exec_record $ZPOOL export $MPOOL
96 exec_record $ZPOOL import -d $TMPDIR $MPOOL
97 exec_record $ZPOOL destroy $MPOOL
99 exec_record $ZPOOL clear $MPOOL
[all …]
H A Dhistory.cfg34 export MPOOL=mpool.${TESTCASE_ID}
/freebsd-12.1/include/
H A Dmpool.h63 typedef struct MPOOL { struct
88 } MPOOL; argument
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 *);
105 int mpool_close(MPOOL *);
[all …]
/freebsd-12.1/lib/libc/db/mpool/
H A Dmpool.c55 static BKT *mpool_bkt(MPOOL *);
64 MPOOL *
68 MPOOL *mp; in mpool_open()
85 if ((mp = (MPOOL *)calloc(1, sizeof(MPOOL))) == NULL) in mpool_open()
149 mpool_delete(MPOOL *mp, void *page) in mpool_delete()
180 mpool_get(MPOOL *mp, pgno_t pgno, in mpool_get()
301 mpool_close(MPOOL *mp) in mpool_close()
322 mpool_sync(MPOOL *mp) in mpool_sync()
341 mpool_bkt(MPOOL *mp) in mpool_bkt()
396 mpool_write(MPOOL *mp, BKT *bp) in mpool_write()
[all …]
H A Dmpool-compat.c35 void *__mpool_new__44bsd(MPOOL *, pgno_t *);
38 __mpool_new__44bsd(MPOOL *mp, pgno_t *pgnoaddr) in __mpool_new__44bsd()
/freebsd-12.1/lib/libc/db/btree/
H A Dbtree.h304 MPOOL *bt_mp; /* memory pool cookie */