Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c1572 int num_fs = *cp->pgcd_num_fs; in plat_gmount_cb() local
1575 num_fs++; in plat_gmount_cb()
1576 if ((tmp_ptr = realloc(fs_ptr, num_fs * sizeof (*tmp_ptr))) == NULL) { in plat_gmount_cb()
1582 fsp = &fs_ptr[num_fs - 1]; in plat_gmount_cb()
1586 *cp->pgcd_num_fs = num_fs; in plat_gmount_cb()
1608 int num_fs; in mount_filesystems_fsent() local
1610 num_fs = *num_fsp; in mount_filesystems_fsent()
1627 num_fs++; in mount_filesystems_fsent()
1629 num_fs * sizeof (*tmp_ptr))) == NULL) { in mount_filesystems_fsent()
1636 *num_fsp = num_fs; in mount_filesystems_fsent()
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib95 function create_multiple_fs # num_fs base_fs_name base_mnt_name