Home
last modified time | relevance | path

Searched refs:fs_names (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/init/
Ddo_mounts.c397 char *fs_names = page_address(page); in mount_block_root() local
405 num_fs = split_fs_names(fs_names, PAGE_SIZE, root_fs_names); in mount_block_root()
407 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE); in mount_block_root()
409 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) { in mount_block_root()
442 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) in mount_block_root()
541 char *fs_names, *fstype; in mount_nodev_root() local
545 fs_names = (void *)__get_free_page(GFP_KERNEL); in mount_nodev_root()
546 if (!fs_names) in mount_nodev_root()
548 num_fs = split_fs_names(fs_names, PAGE_SIZE, root_fs_names); in mount_nodev_root()
550 for (i = 0, fstype = fs_names; i < num_fs; in mount_nodev_root()
[all …]