Searched refs:ZFS_IOC_POOL_REOPEN (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ioctl_compat.c | 194 ZFS_IOC_POOL_REOPEN, /* 0x40:0x3d */
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | libzfs_input_check.c | 285 IOC_INPUT_TEST(ZFS_IOC_POOL_REOPEN, pool, NULL, optional, 0); in test_pool_reopen() 1018 CHECK(ZFS_IOC_BASE + 61 == ZFS_IOC_POOL_REOPEN); in validate_ioc_values()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 1536 ZFS_IOC_POOL_REOPEN, /* 0x5a3d */ enumerator
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 1801 error = lzc_ioctl(ZFS_IOC_POOL_REOPEN, pool_name, args, NULL); in lzc_reopen()
|
H A D | libzfs_core.abi | 1748 <enumerator name='ZFS_IOC_POOL_REOPEN' value='23101'/>
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ioctl.c | 7547 zfs_ioctl_register("reopen", ZFS_IOC_POOL_REOPEN, zfs_ioc_pool_reopen, in zfs_ioctl_init()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 6283 <enumerator name='ZFS_IOC_POOL_REOPEN' value='23101'/>
|