Home
last modified time | relevance | path

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

/linux/drivers/iio/chemical/
H A Dsgp30.c417 u16 ix, num_fs; in sgp_check_compat() local
445 num_fs = ARRAY_SIZE(supported_versions_sgp30); in sgp_check_compat()
449 num_fs = ARRAY_SIZE(supported_versions_sgpc3); in sgp_check_compat()
457 for (ix = 0; ix < num_fs; ix++) { in sgp_check_compat()
/linux/fs/ceph/
H A Dmds_client.c6885 u32 num_fs; in ceph_mdsc_handle_fsmap() local
6897 ceph_decode_32_safe(&p, end, num_fs, bad); in ceph_mdsc_handle_fsmap()
6898 while (num_fs-- > 0) { in ceph_mdsc_handle_fsmap()