Searched refs:mpool_sync (Results 1 – 9 of 9) sorted by relevance
100 #define mpool_sync kdb2_mpool_sync macro112 int mpool_sync __P((MPOOL *));
313 mpool_sync(MPOOL *mp) in mpool_sync() function
26 ! mpool_sync(hashp->mp);36 ! return (flush_meta(hashp) || mpool_sync(hashp->mp));
502 mpool_sync(hashp->mp); in hdestroy()549 return (flush_meta(hashp) || mpool_sync(hashp->mp)); in hash_sync()
18 mpool_sync;
101 int mpool_sync(MPOOL *);
144 if ((status = mpool_sync(t->bt_mp)) == RET_SUCCESS) in __bt_sync()
140 if ((status = mpool_sync(t->bt_mp)) == RET_SUCCESS) in __bt_sync()
320 mpool_sync(MPOOL *mp) in mpool_sync() function