Searched refs:num_fs (Results 1 – 2 of 2) sorted by relevance
1571 int num_fs = *cp->pgcd_num_fs; in plat_gmount_cb() local1574 num_fs++; in plat_gmount_cb()1575 if ((tmp_ptr = realloc(fs_ptr, num_fs * sizeof (*tmp_ptr))) == NULL) { in plat_gmount_cb()1581 fsp = &fs_ptr[num_fs - 1]; in plat_gmount_cb()1585 *cp->pgcd_num_fs = num_fs; in plat_gmount_cb()1607 int num_fs; in mount_filesystems_fsent() local1609 num_fs = *num_fsp; in mount_filesystems_fsent()1626 num_fs++; in mount_filesystems_fsent()1628 num_fs * sizeof (*tmp_ptr))) == NULL) { in mount_filesystems_fsent()1635 *num_fsp = num_fs; in mount_filesystems_fsent()[all …]
95 function create_multiple_fs # num_fs base_fs_name base_mnt_name