Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c1571 int num_fs = *cp->pgcd_num_fs; in plat_gmount_cb() local
1574 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() local
1609 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 …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib95 function create_multiple_fs # num_fs base_fs_name base_mnt_name