Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/zfs/
H A Dzfs_comutil.h36 extern boolean_t zfs_allocatable_devs(nvlist_t *);
H A Dzfs_comutil.c48 zfs_allocatable_devs(nvlist_t *nv) in zfs_allocatable_devs() function
/titanic_41/usr/src/lib/libzfs/common/
H A Dmapfile-vers63 zfs_allocatable_devs;
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c781 if (!zfs_allocatable_devs(nvroot)) { in zpool_do_create()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c3552 if (error == 0 && !zfs_allocatable_devs(nvroot)) in spa_create()