Home
last modified time | relevance | path

Searched refs:dnode (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_zfetch.h41 struct dnode; /* so we can reference dnode */
46 struct dnode *zf_dnode; /* dnode that owns this zfetch */
71 void dmu_zfetch_init(zfetch_t *, struct dnode *);
H A Ddbuf.h94 struct dnode;
335 uint64_t dbuf_whichblock(const struct dnode *di, const int64_t level,
338 void dbuf_create_bonus(struct dnode *dn);
341 void dbuf_rm_spill(struct dnode *dn, dmu_tx_t *tx);
343 dmu_buf_impl_t *dbuf_hold(struct dnode *dn, uint64_t blkid, void *tag);
344 dmu_buf_impl_t *dbuf_hold_level(struct dnode *dn, int level, uint64_t blkid,
346 int dbuf_hold_impl(struct dnode *dn, uint8_t level, uint64_t blkid,
350 int dbuf_prefetch_impl(struct dnode *dn, int64_t level, uint64_t blkid,
353 int dbuf_prefetch(struct dnode *dn, int64_t level, uint64_t blkid,
392 void dbuf_free_range(struct dnode *dn, uint64_t start, uint64_t end,
H A Ddmu_tx.h45 struct dnode;
99 struct dnode *txh_dnode;
H A DMakefile.am30 dnode.h \
H A Ddmu.h67 struct dnode;
82 typedef struct dnode dnode_t;
920 void __dmu_object_info_from_dnode(struct dnode *dn, dmu_object_info_t *doi);
H A Ddnode.h274 struct dnode { struct
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A DMakefile.am78 dnode.c \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A DMakefile.in40 $(MODULE)-objs += dnode.o
H A Ddmu_tx.c42 typedef void (*dmu_tx_hold_func_t)(dmu_tx_t *tx, struct dnode *dn,
H A Ddbuf.c2327 struct dnode *dn = dr->dr_dnode; in dbuf_undirty_bonus()
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.bsd208 dnode.c \