Home
last modified time | relevance | path

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

/init/
Ddo_mounts.c401 int num_fs, i; in mount_block_root() local
406 num_fs = split_fs_names(fs_names, PAGE_SIZE, root_fs_names); in mount_block_root()
408 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE); in mount_block_root()
410 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) { in mount_block_root()
443 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) in mount_block_root()
544 int num_fs, i; in mount_nodev_root() local
549 num_fs = split_fs_names(fs_names, PAGE_SIZE, root_fs_names); in mount_nodev_root()
551 for (i = 0, fstype = fs_names; i < num_fs; in mount_nodev_root()