Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/compat/sys/
H A Dcompat_statfs.c74 statvfs_to_statfs12(&nst, ost); in __strong_alias()
86 statvfs_to_statfs12(&nst, ost); in __compat_fstatfs()
98 statvfs_to_statfs12(&nst, ost); in __compat_fhstatfs()
119 statvfs_to_statfs12(&nst[i], &ost[i]); in __compat_getfsstat()
/netbsd-src/sys/compat/sys/
H A Dmount.h101 statvfs_to_statfs12(const struct statvfs *fs, struct statfs12 *s12) in statvfs_to_statfs12() function
145 statvfs_to_statfs12(vs, s12); in statvfs_to_statfs12_copy()