Lines Matching refs:foid
83 static void zil_async_to_sync(zilog_t *zilog, uint64_t foid);
1328 uint64_t foid = ((lr_ooo_t *)&itx->itx_lr)->lr_foid;
1332 ian = avl_find(t, &foid, &where);
1337 ian->ia_foid = foid;
1442 zil_async_to_sync(zilog_t *zilog, uint64_t foid)
1468 * If a foid is specified then find that node and append its
1474 if (foid != 0) {
1475 ian = avl_find(t, &foid, &where);
1576 * If foid is 0 push out all transactions, otherwise push only those
1598 zil_commit(zilog_t *zilog, uint64_t foid)
1605 /* move the async itxs for the foid to the sync queues */
1606 zil_async_to_sync(zilog, foid);