Searched refs:ZFS_MOUNTPOINT_LEGACY (Results 1 – 7 of 7) sorted by relevance
279 (void) strlcpy(prop, ZFS_MOUNTPOINT_LEGACY, ZFS_MAXPROPLEN); in main()309 if (zfsutil && (strcmp(prop, ZFS_MOUNTPOINT_LEGACY) == 0)) { in main()321 strcmp(prop, ZFS_MOUNTPOINT_LEGACY)) { in main()
505 legacy = (strcmp(mntpt_prop, ZFS_MOUNTPOINT_LEGACY) == 0); in zfs_mount_setattr()
631 #define ZFS_MOUNTPOINT_LEGACY "legacy" macro
298 strcmp(buf, ZFS_MOUNTPOINT_LEGACY) == 0) in zfs_is_mountable()
1160 strcmp(strval, ZFS_MOUNTPOINT_LEGACY) == 0) in zfs_valid_proplist()
514 strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) { in mount_dataset()
2149 (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0 && in zpool_do_create()