Searched refs:fsp (Results 1 – 1 of 1) sorted by relevance
652 const struct fs_type_list *fsp; in selected_fstype() local656 for (fsp = fs_select_list; fsp; fsp = fsp->fs_next) in selected_fstype()657 if (STREQ (fstype, fsp->fs_name)) in selected_fstype()668 const struct fs_type_list *fsp; in excluded_fstype() local672 for (fsp = fs_exclude_list; fsp; fsp = fsp->fs_next) in excluded_fstype()673 if (STREQ (fstype, fsp->fs_name)) in excluded_fstype()1501 struct fs_type_list *fsp; in add_fs_type() local1503 fsp = xmalloc (sizeof *fsp); in add_fs_type()1504 fsp->fs_name = (char *) fstype; in add_fs_type()1505 fsp->fs_next = fs_select_list; in add_fs_type()[all …]