Home
last modified time | relevance | path

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

/linux-6.1.9/init/
Ddo_mounts.c400 int num_fs, i; 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()
543 int num_fs, i; in mount_nodev_root() local
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()
/linux-6.1.9/drivers/iio/chemical/
Dsgp30.c415 u16 ix, num_fs; in sgp_check_compat() local
443 num_fs = ARRAY_SIZE(supported_versions_sgp30); in sgp_check_compat()
447 num_fs = ARRAY_SIZE(supported_versions_sgpc3); in sgp_check_compat()
455 for (ix = 0; ix < num_fs; ix++) { in sgp_check_compat()
/linux-6.1.9/fs/ceph/
Dmds_client.c5153 u32 num_fs; in ceph_mdsc_handle_fsmap() local
5165 ceph_decode_32_safe(&p, end, num_fs, bad); in ceph_mdsc_handle_fsmap()
5166 while (num_fs-- > 0) { in ceph_mdsc_handle_fsmap()