Searched refs:__fstatfs (Results 1 – 1 of 1) sorted by relevance
15 static int __fstatfs(int fd, struct statfs *buf) in __fstatfs() function26 weak_alias(__fstatfs, fstatfs);55 if (__fstatfs(fd, &kbuf)<0) return -1; in fstatvfs()