Lines Matching defs:foid
2588 uint64_t foid =
2593 ian = avl_find(t, &foid, &where);
2599 ian->ia_foid = foid;
2735 zil_async_to_sync(zilog_t *zilog, uint64_t foid)
2761 * If a foid is specified then find that node and append its
2767 if (foid != 0) {
2768 ian_search.ia_foid = foid;
3488 * If "foid" is zero, this means all "synchronous" and "asynchronous"
3490 * storage prior to zil_commit() returning. If "foid" is non-zero, all
3492 * that correspond to the foid passed in, will be committed to stable
3585 zil_commit(zilog_t *zilog, uint64_t foid)
3633 zil_commit_impl(zilog, foid);
3637 zil_commit_impl(zilog_t *zilog, uint64_t foid)
3642 * Move the "async" itxs for the specified foid to the "sync"
3650 zil_async_to_sync(zilog, foid);