Lines Matching refs:fs_names
188 char *fs_names = page_address(page);
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) {
224 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE);
229 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1)
244 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1)
346 char *fs_names, *fstype;
350 fs_names = (void *)__get_free_page(GFP_KERNEL);
351 if (!fs_names)
353 num_fs = split_fs_names(fs_names, PAGE_SIZE);
355 for (i = 0, fstype = fs_names; i < num_fs;
367 free_page((unsigned long)fs_names);