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()
1283 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path()
1289 rval = stat64(name->path, sbuf); in stat64_path()
1426 struct stat64 stb; in allocsp_f()
1607 struct stat64 s; in bulkstat1_f()
1777 struct stat64 stb; in dread_f()
1878 struct stat64 stb; in dwrite_f()
2001 struct stat64 stb; in freesp_f()
2230 struct stat64 stb; in read_f()
2366 struct stat64 stb; in resvsp_f()
2438 struct stat64 stb; in stat_f()
2515 struct stat64 stb; in truncate_f()
2578 struct stat64 stb; in unresvsp_f()
2632 struct stat64 stb; in write_f()