Lines Matching defs:is_zfs
736 get_zfs_bootfs_arg(const char *arg, const char ** fpth, int *is_zfs,
753 *is_zfs = 0;
766 *is_zfs = strcmp(MNTTYPE_ZFS, mnt.mnt_fstype) == 0;
776 if (!*is_zfs)
837 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg)
868 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0)
876 * Clear bootfs_arg and is_zfs flag.
879 *is_zfs = 0;
1011 int is_zfs = 0;
1194 if (validate_unix(unixfile, &mplen, &is_zfs,
1222 (void) get_zfs_bootfs_arg("/", &dp, &is_zfs, bootfs_arg);
1225 if (is_zfs && (buflen != 0 || bename != NULL)) {