Searched refs:t_fstab (Results 1 – 1 of 1) sorted by relevance
3204 print_fs_warnings(struct zone_fstab *s_fstab, struct zone_fstab *t_fstab) in print_fs_warnings() argument3210 if (strcmp(t_fstab->zone_fs_type, "lofs") == 0) { in print_fs_warnings()3214 if (t_fstab->zone_fs_options == NULL || in print_fs_warnings()3217 t_fstab->zone_fs_special); in print_fs_warnings()3230 for (optp = t_fstab->zone_fs_options; optp != NULL; in print_fs_warnings()3234 t_fstab->zone_fs_special); in print_fs_warnings()3249 "is configured in both zones.\n"), t_fstab->zone_fs_type, in print_fs_warnings()3250 t_fstab->zone_fs_special); in print_fs_warnings()3259 struct zone_fstab t_fstab; in warn_fs_match() local3268 while (zonecfg_getfsent(t_handle, &t_fstab) == Z_OK) { in warn_fs_match()[all …]