Searched refs:uts_osrelsz (Results 1 – 4 of 4) sorted by relevance
133 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()
2003 if (uts && uts->uts_osrelsz) { in expand()2004 if (uts->uts_osrelsz >= nrem) in expand()2008 uts->uts_osrelsz); in expand()2009 nptr = nptr + uts->uts_osrelsz; in expand()2010 nrem -= uts->uts_osrelsz; in expand()
1479 size_t uts_osrelsz; /* and associated size */ member