Searched refs:fs_names (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/init/ |
D | do_mounts.c | 187 char *fs_names = page_address(page); 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() 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() 348 char *fs_names, *fstype; in mount_nodev_root() local 352 fs_names = (void *)__get_free_page(GFP_KERNEL); in mount_nodev_root() 353 if (!fs_names) in mount_nodev_root() [all …]
|