Home
last modified time | relevance | path

Searched refs:ZFS_MOUNTPOINT_LEGACY (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c602 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0) { in be_mount_zone_root()
678 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0) { in be_unmount_zone_root()
680 ZFS_MOUNTPOINT_LEGACY) != 0) { in be_unmount_zone_root()
1197 } else if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in be_mount_callback()
1321 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in be_unmount_callback()
1426 if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in be_get_legacy_fs_callback()
2033 strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0) { in fix_mountpoint_callback()
2182 is_legacy ? ZFS_MOUNTPOINT_LEGACY : "/") != 0) { in be_unmount_root()
2185 is_legacy ? ZFS_MOUNTPOINT_LEGACY : "/"); in be_unmount_root()
2232 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0 || in fix_mountpoint()
[all …]
H A Dbe_create.c2972 ZFS_MOUNTPOINT_LEGACY) != 0) { in be_create_container_ds()
3094 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0 && in be_prep_clone_send_fs()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c289 strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in verify_zfs_handle()
1595 strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in sa_zfs_get_info()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h534 #define ZFS_MOUNTPOINT_LEGACY "legacy" macro
H A Dlibzfs_mount.c321 strcmp(buf, ZFS_MOUNTPOINT_LEGACY) == 0) in zfs_is_mountable()
H A Dlibzfs_dataset.c1278 strcmp(strval, ZFS_MOUNTPOINT_LEGACY) == 0) in zfs_valid_proplist()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c7169 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in manual_mount()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1334 (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0 && in zpool_do_create()