Lines Matching refs:sv
67 struct statvfs64 sv; in __fpathconf() local
70 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
84 return sv.f_namemax; in __fpathconf()
183 struct statvfs64 sv; in __fpathconf() local
185 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
187 return sv.f_bsize; in __fpathconf()
195 struct statvfs64 sv; in __fpathconf() local
197 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
199 return sv.f_frsize; in __fpathconf()
207 struct statvfs64 sv; in __fpathconf() local
209 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
211 return sv.f_frsize; in __fpathconf()