Lines Matching refs:stat64
262 int lstat64_path(pathname_t *, struct stat64 *);
275 int stat64_path(pathname_t *, struct stat64 *);
655 struct stat64 statbuf; in check_cwd()
657 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino) in check_cwd()
752 struct stat64 statbuf; in doproc()
760 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) { in doproc()
782 rval = stat64(".", &statbuf); in doproc()
992 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path()
1285 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path()
1291 rval = stat64(name->path, sbuf); in stat64_path()
1428 struct stat64 stb; in allocsp_f()
1609 struct stat64 s; in bulkstat1_f()
1779 struct stat64 stb; in dread_f()
1880 struct stat64 stb; in dwrite_f()
2003 struct stat64 stb; in freesp_f()
2232 struct stat64 stb; in read_f()
2368 struct stat64 stb; in resvsp_f()
2440 struct stat64 stb; in stat_f()
2517 struct stat64 stb; in truncate_f()
2580 struct stat64 stb; in unresvsp_f()
2634 struct stat64 stb; in write_f()