Lines Matching refs:stat64
289 int lstat64_path(pathname_t *, struct stat64 *);
302 int stat64_path(pathname_t *, struct stat64 *);
682 struct stat64 statbuf; in check_cwd()
684 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino) in check_cwd()
779 struct stat64 statbuf; in doproc()
787 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) { in doproc()
809 rval = stat64(".", &statbuf); in doproc()
1019 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path()
1310 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path()
1316 rval = stat64(name->path, sbuf); in stat64_path()
1453 struct stat64 stb; in allocsp_f()
1634 struct stat64 s; in bulkstat1_f()
1804 struct stat64 stb; in dread_f()
1905 struct stat64 stb; in dwrite_f()
2028 struct stat64 stb; in freesp_f()
2257 struct stat64 stb; in read_f()
2393 struct stat64 stb; in resvsp_f()
2465 struct stat64 stb; in stat_f()
2542 struct stat64 stb; in truncate_f()
2605 struct stat64 stb; in unresvsp_f()
2659 struct stat64 stb; in write_f()