HomeSort by: relevance | last modified time | path
    Searched refs:foid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 1352 uint64_t foid = ((lr_ooo_t *)&itx->itx_lr)->lr_foid; local
1356 ian = avl_find(t, &foid, &where);
1361 ian->ia_foid = foid;
1460 zil_async_to_sync(zilog_t *zilog, uint64_t foid)
1486 * If a foid is specified then find that node and append its
1492 if (foid != 0) {
1493 ian = avl_find(t, &foid, &where);
1594 * If foid is 0 push out all transactions, otherwise push only those
1616 zil_commit(zilog_t *zilog, uint64_t foid)
1623 /* move the async itxs for the foid to the sync queues *
    [all...]
zfs_log.c 353 znode_t *dzp, char *name, uint64_t foid)
367 itx->itx_oid = foid;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_znode.h 358 znode_t *dzp, char *name, uint64_t foid);

Completed in 18 milliseconds