Lines Matching refs:statinfo
208 struct stat64 statinfo; in cachefs_label_file_get() local
211 xx = lstat64(filep, &statinfo); in cachefs_label_file_get()
224 if (!S_ISREG(statinfo.st_mode)) { in cachefs_label_file_get()
230 if (statinfo.st_size != (offset_t)sizeof (struct cache_label)) { in cachefs_label_file_get()
684 struct stat64 statinfo; in cachefs_delete_all_cache() local
724 xx = lstat64(path, &statinfo); in cachefs_delete_all_cache()
756 xx = lstat64(path, &statinfo); in cachefs_delete_all_cache()
770 if (!S_ISLNK(statinfo.st_mode)) in cachefs_delete_all_cache()
869 struct stat64 statinfo; in cachefs_delete_cache() local
882 xx = lstat64(path, &statinfo); in cachefs_delete_cache()
890 if (!S_ISLNK(statinfo.st_mode)) { in cachefs_delete_cache()