Searched refs:zpool_enable_datasets (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 184 zpool_enable_datasets;
|
H A D | libzfs_mount.c | 1072 #pragma weak zpool_mount_datasets = zpool_enable_datasets 1074 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags) in zpool_enable_datasets() function
|
H A D | libzfs.h | 765 extern int zpool_enable_datasets(zpool_handle_t *, const char *, int);
|
/titanic_44/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 331 (void) zpool_enable_datasets(pool->uap_zhp, NULL, 0); in zfs_enable_ds()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1745 zpool_enable_datasets(zhp, mntopts, 0) != 0) { in do_import() 3354 zpool_enable_datasets(zhp, mntopts, 0) != 0) { in zpool_do_split()
|