Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_compat.c195 ZFS_IOC_POOL_REOPEN, /* 0x40:0x3d */
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c284 IOC_INPUT_TEST(ZFS_IOC_POOL_REOPEN, pool, NULL, optional, 0); in test_pool_reopen()
997 CHECK(ZFS_IOC_BASE + 61 == ZFS_IOC_POOL_REOPEN); in validate_ioc_values()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1318 ZFS_IOC_POOL_REOPEN, /* 0x5a3d */ enumerator
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c1467 error = lzc_ioctl(ZFS_IOC_POOL_REOPEN, pool_name, args, NULL); in lzc_reopen()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c7024 zfs_ioctl_register("reopen", ZFS_IOC_POOL_REOPEN, zfs_ioc_pool_reopen, in zfs_ioctl_init()