Searched refs:fsls4 (Results 1 – 1 of 1) sorted by relevance
1590 rfs4_free_fs_locations4(fs_locations4 *fsls4) in rfs4_free_fs_locations4() argument1595 if (fsls4 == NULL) in rfs4_free_fs_locations4()1599 rfs4_free_pathname4(&fsls4->fs_root); in rfs4_free_fs_locations4()1601 if ((len = fsls4->locations_len) == 0 || in rfs4_free_fs_locations4()1602 (fsl4 = fsls4->locations_val) == NULL) in rfs4_free_fs_locations4()1611 kmem_free(fsls4->locations_val, sizeof (fs_location4) * len); in rfs4_free_fs_locations4()1612 fsls4->locations_val = NULL; in rfs4_free_fs_locations4()