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

/linux-master/init/
H A Ddo_mounts.c188 char *fs_names = page_address(page); local
196 num_fs = split_fs_names(fs_names, PAGE_SIZE);
198 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE);
200 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) {
227 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE);
232 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1)
247 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1)
349 char *fs_names, *fstype; local
353 fs_names = (void *)__get_free_page(GFP_KERNEL);
354 if (!fs_names)
[all...]

Completed in 81 milliseconds