Searched refs:num_fs (Results 1 – 3 of 3) sorted by relevance
| /linux/init/ |
| H A D | do_mounts.c | 184 int num_fs, i; 189 num_fs = split_fs_names(fs_names, PAGE_SIZE); in mount_root_generic() 191 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE); in mount_root_generic() local 193 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) { in mount_root_generic() 220 num_fs = list_bdev_fs_names(fs_names, PAGE_SIZE); in mount_root_generic() 221 if (!num_fs) in mount_root_generic() 225 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) in mount_root_generic() 240 for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) in mount_root_generic() 344 int num_fs, i; in fs_is_nodev() 349 num_fs in mount_nodev_root() 351 int num_fs, i; mount_nodev_root() local [all...] |
| /linux/drivers/iio/chemical/ |
| H A D | sgp30.c | 418 u16 ix, num_fs; in sgp_check_compat() local 446 num_fs = ARRAY_SIZE(supported_versions_sgp30); in sgp_check_compat() 450 num_fs = ARRAY_SIZE(supported_versions_sgpc3); in sgp_check_compat() 458 for (ix = 0; ix < num_fs; ix++) { in sgp_check_compat()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 6129 u32 num_fs; in ceph_mdsc_handle_fsmap() local 6141 ceph_decode_32_safe(&p, end, num_fs, bad); in ceph_mdsc_handle_fsmap() 6142 while (num_fs-- > 0) { in ceph_mdsc_handle_fsmap()
|