Searched refs:num_fs (Results 1 – 2 of 2) sorted by relevance
1591 int num_fs = *cp->pgcd_num_fs; in plat_gmount_cb() local1594 num_fs++; in plat_gmount_cb()1595 if ((tmp_ptr = realloc(fs_ptr, num_fs * sizeof (*tmp_ptr))) == NULL) { in plat_gmount_cb()1601 fsp = &fs_ptr[num_fs - 1]; in plat_gmount_cb()1605 *cp->pgcd_num_fs = num_fs; in plat_gmount_cb()1627 int num_fs; in mount_filesystems_fsent() local1629 num_fs = *num_fsp; in mount_filesystems_fsent()1646 num_fs++; in mount_filesystems_fsent()1648 num_fs * sizeof (*tmp_ptr))) == NULL) { in mount_filesystems_fsent()1655 *num_fsp = num_fs; in mount_filesystems_fsent()[all …]
95 function create_multiple_fs # num_fs base_fs_name base_mnt_name