Lines Matching refs:stat64
98 static char *getblkcomplete(char *, struct stat64 *);
99 static char *getrawcomplete(char *, struct stat64 *);
154 struct stat64 buf; in test_if_blk()
157 if (stat64(new_path, &buf) != 0) in test_if_blk()
175 struct stat64 buf; in test_if_raw()
178 if (stat64(new_path, &buf) != 0) in test_if_raw()
195 getblkcomplete(char *cp, struct stat64 *dat) in getblkcomplete()
248 getrawcomplete(char *cp, struct stat64 *dat) in getrawcomplete()
338 struct stat64 buf; in getfullblkname()
355 if (stat64(cp, &buf) != 0) { in getfullblkname()
420 struct stat64 buf; in getfullrawname()
437 if (stat64(cp, &buf) != 0) { in getfullrawname()