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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c1783 uint64_t foid = ((lr_ooo_t *)&itx->itx_lr)->lr_foid; local
1787 ian = avl_find(t, &foid, &where);
1792 ian->ia_foid = foid;
1904 zil_async_to_sync(zilog_t *zilog, uint64_t foid) argument
1930 * If a foid is specified then find that node and append its
1936 if (foid != 0) {
1937 ian = avl_find(t, &foid, &where);
2591 * If "foid" is zero, this means all "synchronous" and "asynchronous"
2593 * storage prior to zil_commit() returning. If "foid" is non-zero, all
2595 * that correspond to the foid passe
2688 zil_commit(zilog_t *zilog, uint64_t foid) argument
2739 zil_commit_impl(zilog_t *zilog, uint64_t foid) argument
[all...]
H A Dzfs_log.c353 znode_t *dzp, char *name, uint64_t foid)
367 itx->itx_oid = foid;
352 zfs_log_remove(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, znode_t *dzp, char *name, uint64_t foid) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_znode.h334 znode_t *dzp, char *name, uint64_t foid);

Completed in 62 milliseconds