Searched refs:ZFS_MOUNTPOINT_LEGACY (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 602 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 D | be_create.c | 2972 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 D | libshare_zfs.c | 289 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 D | libzfs.h | 534 #define ZFS_MOUNTPOINT_LEGACY "legacy" macro
|
H A D | libzfs_mount.c | 321 strcmp(buf, ZFS_MOUNTPOINT_LEGACY) == 0) in zfs_is_mountable()
|
H A D | libzfs_dataset.c | 1278 strcmp(strval, ZFS_MOUNTPOINT_LEGACY) == 0) in zfs_valid_proplist()
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1334 (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0 && in zpool_do_create()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 7195 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in manual_mount()
|