Lines Matching refs:is_zfs
723 get_zfs_bootfs_arg(const char *arg, const char ** fpth, int *is_zfs,
740 *is_zfs = 0;
753 *is_zfs = strcmp(MNTTYPE_ZFS, mnt.mnt_fstype) == 0;
763 if (!*is_zfs)
824 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg)
855 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0)
863 * Clear bootfs_arg and is_zfs flag.
866 *is_zfs = 0;
998 int is_zfs = 0;
1181 if (validate_unix(unixfile, &mplen, &is_zfs,
1209 (void) get_zfs_bootfs_arg("/", &dp, &is_zfs, bootfs_arg);
1212 if (is_zfs && (buflen != 0 || bename != NULL)) {