Home
last modified time | relevance | path

Searched refs:ZFS_MOUNTPOINT_NONE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_zvol.c99 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), ZFS_MOUNTPOINT_NONE); in create_zpool()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c288 if (strcmp(mountpoint, ZFS_MOUNTPOINT_NONE) == 0 || in verify_zfs_handle()
1594 if (strcmp(mountpoint, ZFS_MOUNTPOINT_NONE) == 0 || in sa_zfs_get_info()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h533 #define ZFS_MOUNTPOINT_NONE "none" macro
H A Dlibzfs_mount.c320 if (strcmp(buf, ZFS_MOUNTPOINT_NONE) == 0 || in zfs_is_mountable()
H A Dlibzfs_dataset.c1277 if (strcmp(strval, ZFS_MOUNTPOINT_NONE) == 0 || in zfs_valid_proplist()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1195 if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_NONE) == 0) { in be_mount_callback()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1335 strcmp(mountpoint, ZFS_MOUNTPOINT_NONE) != 0)) { in zpool_do_create()