Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c292 if (strcmp(mountpoint, ZFS_MOUNTPOINT_NONE) == 0 || in get_zfs_dataset()
1418 if (strcmp(mountpoint, ZFS_MOUNTPOINT_NONE) == 0 || in sa_zfs_get_info()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs.h466 #define ZFS_MOUNTPOINT_NONE "none" macro
H A Dlibzfs_mount.c241 if (strcmp(buf, ZFS_MOUNTPOINT_NONE) == 0 || in zfs_is_mountable()
H A Dlibzfs_dataset.c1231 if (strcmp(strval, ZFS_MOUNTPOINT_NONE) == 0 || in zfs_valid_proplist()
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_mount.c1186 if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_NONE) == 0) { in be_mount_callback()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c800 strcmp(mountpoint, ZFS_MOUNTPOINT_NONE) != 0)) { in zpool_do_create()