Home
last modified time | relevance | path

Searched refs:zpool_prefetch (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dcommon.run217 [tests/functional/cli_root/zpool_prefetch]
219 tags = ['functional', 'cli_root', 'zpool_prefetch']
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h531 _LIBZFS_H int zpool_prefetch(zpool_handle_t *, zpool_prefetch_type_t);
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1740 zpool_prefetch(zpool_handle_t *zhp, zpool_prefetch_type_t type) in zpool_prefetch() function
H A Dlibzfs.abi550 …<elf-symbol name='zpool_prefetch' type='func-type' binding='global-binding' visibility='default-vi…
6858 …decl name='zpool_prefetch' mangled-name='zpool_prefetch' visibility='default' binding='global' siz…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4261 err = zpool_prefetch(zhp, type); in zpool_do_prefetch()