Searched refs:uts_osrelsz (Results 1 – 4 of 4) sorted by relevance
135 desc->uts_osrelsz = size; in conv_uts()
543 (uts && uts->uts_osrelsz)) { in expand()544 if ((nlen += uts->uts_osrelsz) < PATH_MAX) { in expand()546 uts->uts_osrelsz); in expand()547 nptr = nptr + uts->uts_osrelsz; in expand()
1962 if (uts && uts->uts_osrelsz) { in expand()1963 if (uts->uts_osrelsz >= nrem) in expand()1967 uts->uts_osrelsz); in expand()1968 nptr = nptr + uts->uts_osrelsz; in expand()1969 nrem -= uts->uts_osrelsz; in expand()
1432 size_t uts_osrelsz; /* and associated size */ member