Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c1580 rfs4_free_fs_location4(fs_location4 *fsl4) in rfs4_free_fs_location4() argument
1582 if (fsl4 == NULL) in rfs4_free_fs_location4()
1585 rfs4_free_pathname4((pathname4 *)&fsl4->server_len); in rfs4_free_fs_location4()
1586 rfs4_free_pathname4(&fsl4->rootpath); in rfs4_free_fs_location4()
1593 fs_location4 *fsl4; in rfs4_free_fs_locations4() local
1602 (fsl4 = fsls4->locations_val) == NULL) in rfs4_free_fs_locations4()
1607 rfs4_free_fs_location4(fsl4); in rfs4_free_fs_locations4()
1608 fsl4++; in rfs4_free_fs_locations4()