Searched refs:current_bootfs (Results 1 – 4 of 4) sorted by relevance
1742 if (current_bootfs[0] == '\0') { in zfs_open()1752 if (errnum = get_objset_mdn(MOS, current_bootfs, in zfs_open()1754 grub_memset(current_bootfs, 0, MAXNAMELEN); in zfs_open()
681 extern char current_bootfs[MAXNAMELEN];
120 current_bootfs[0] = '\0'; in init_config()3827 if (current_bootfs[0] != '\0') in bootfs_func()3829 current_bootfs); in bootfs_func()3851 grub_memmove(current_bootfs, arg, MAXNAMELEN); in bootfs_func()
129 char current_bootfs[MAXNAMELEN]; variable