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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_zfetch.h58 typedef struct zfetch { struct
59 krwlock_t zf_rwlock; /* protects zfetch structure */
61 struct dnode *zf_dnode; /* dnode that owns this zfetch */
H A Ddnode.h247 struct zfetch dn_zfetch;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_zfetch.c46 /* max # of streams per zfetch */
60 SYSCTL_NODE(_vfs_zfs, OID_AUTO, zfetch, CTLFLAG_RW, 0, "ZFS ZFETCH");
62 &zfetch_max_streams, 0, "Max # of streams per zfetch");
113 * This takes a pointer to a zfetch structure and a dnode. It performs the
114 * necessary setup for the zfetch structure, grokking data from the
141 * Clean-up state associated with a zfetch structure (e.g. destroy the

Completed in 72 milliseconds