Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance
30 struct __stat64_t64 statbuf; in __fdopendir() local32 if (__glibc_unlikely (__fstat64_time64 (fd, &statbuf) < 0)) in __fdopendir()34 if (__glibc_unlikely (! S_ISDIR (statbuf.st_mode))) in __fdopendir()50 return __alloc_dir (fd, false, flags, &statbuf); in __fdopendir()
52 struct __stat64_t64 statbuf; in opendir_tail() local53 if (__glibc_unlikely (__fstat64_time64 (fd, &statbuf) < 0)) in opendir_tail()55 if (__glibc_unlikely (! S_ISDIR (statbuf.st_mode))) in opendir_tail()63 return __alloc_dir (fd, true, 0, &statbuf); in opendir_tail()
Completed in 3 milliseconds