Lines Matching refs:file
44 fstatat64_time64_statx (int fd, const char *file, struct __stat64_t64 *buf, in fstatat64_time64_statx() argument
50 int r = INTERNAL_SYSCALL_CALL (statx, fd, file, AT_NO_AUTOMOUNT | flag, in fstatat64_time64_statx()
89 fstatat64_time64_stat (int fd, const char *file, struct __stat64_t64 *buf, in fstatat64_time64_stat() argument
98 r = INTERNAL_SYSCALL_CALL (newfstatat, fd, file, buf, flag); in fstatat64_time64_stat()
102 r = INTERNAL_SYSCALL_CALL (fstatat64, fd, file, buf, flag); in fstatat64_time64_stat()
106 r = INTERNAL_SYSCALL_CALL (fstatat64, fd, file, &kst64, flag); in fstatat64_time64_stat()
117 r = INTERNAL_SYSCALL_CALL (fstatat64, fd, file, &st64, flag); in fstatat64_time64_stat()
140 r = INTERNAL_SYSCALL_CALL (newfstatat, fd, file, &kst, flag); in fstatat64_time64_stat()
151 __fstatat64_time64 (int fd, const char *file, struct __stat64_t64 *buf, in __fstatat64_time64() argument
157 r = fstatat64_time64_statx (fd, file, buf, flag); in __fstatat64_time64()
160 r = fstatat64_time64_stat (fd, file, buf, flag); in __fstatat64_time64()
163 r = fstatat64_time64_stat (fd, file, buf, flag); in __fstatat64_time64()
174 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flags) in hidden_def()
177 return __fstatat64_time64 (fd, file, &st_t64, flags) in hidden_def()