Lines Matching refs:num_fs
190 int num_fs, i; in mount_root_generic() local
195 num_fs = split_fs_names(fs_names, PAGE_SIZE); in mount_root_generic()
197 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE); in mount_root_generic()
199 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) { in mount_root_generic()
226 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE); in mount_root_generic()
227 if (!num_fs) in mount_root_generic()
231 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) in mount_root_generic()
246 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) in mount_root_generic()
350 int num_fs, i; in mount_nodev_root() local
355 num_fs = split_fs_names(fs_names, PAGE_SIZE); in mount_nodev_root()
357 for (i = 0, fstype = fs_names; i < num_fs; in mount_nodev_root()