Searched refs:foid (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h294 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c413 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked)
427 itx->itx_oid = foid;
438 zil_remove_async(zilog, foid);
412 zfs_log_remove(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked) argument
H A Dzil.c2556 uint64_t foid = local
2561 ian = avl_find(t, &foid, &where);
2567 ian->ia_foid = foid;
2703 zil_async_to_sync(zilog_t *zilog, uint64_t foid) argument
2729 * If a foid is specified then find that node and append its
2735 if (foid != 0) {
2736 ian_search.ia_foid = foid;
3455 * If "foid" is zero, this means all "synchronous" and "asynchronous"
3457 * storage prior to zil_commit() returning. If "foid" is non-zero, all
3459 * that correspond to the foid passe
3552 zil_commit(zilog_t *zilog, uint64_t foid) argument
3603 zil_commit_impl(zilog_t *zilog, uint64_t foid) argument
[all...]

Completed in 193 milliseconds