Lines Matching refs:stat64
97 static char *getblkcomplete(char *, struct stat64 *);
98 static char *getrawcomplete(char *, struct stat64 *);
153 struct stat64 buf; in test_if_blk()
156 if (stat64(new_path, &buf) != 0) in test_if_blk()
174 struct stat64 buf; in test_if_raw()
177 if (stat64(new_path, &buf) != 0) in test_if_raw()
194 getblkcomplete(char *cp, struct stat64 *dat) in getblkcomplete()
247 getrawcomplete(char *cp, struct stat64 *dat) in getrawcomplete()
337 struct stat64 buf; in getfullblkname()
354 if (stat64(cp, &buf) != 0) { in getfullblkname()
419 struct stat64 buf; in getfullrawname()
436 if (stat64(cp, &buf) != 0) { in getfullrawname()