Lines Matching refs:statinfo
436 struct stat64 statinfo; in cfs_check() local
537 xx = lstat64(buf, &statinfo); in cfs_check()
550 if (S_ISDIR(statinfo.st_mode)) { in cfs_check()
572 xx = lstat64(buf, &statinfo); in cfs_check()
585 if (S_ISDIR(statinfo.st_mode)) in cfs_check()
589 if (!S_ISLNK(statinfo.st_mode)) { in cfs_check()
595 res_addfile(resp, (long)statinfo.st_size); in cfs_check()
618 xx = lstat64(buf, &statinfo); in cfs_check()
633 if (!S_ISDIR(statinfo.st_mode)) in cfs_check()
637 if ((statinfo.st_mode & S_IAMB) != 0700) in cfs_check()
801 struct stat64 statinfo; in cache_permissions() local
804 xx = lstat64(cachedirp, &statinfo); in cache_permissions()
812 if ((statinfo.st_mode & S_IAMB) != 0) { in cache_permissions()
859 struct stat64 statinfo; in cache_check_dir() local
873 xx = lstat64(buf, &statinfo); in cache_check_dir()
893 else if (!S_ISDIR(statinfo.st_mode)) { in cache_check_dir()
954 struct stat64 statinfo; in process_fsdir() local
999 xx = lstat64(dirpath, &statinfo); in process_fsdir()
1000 if ((xx == -1) || (strtoull(buf, NULL, 16) != statinfo.st_ino)) { in process_fsdir()
1009 fsid = statinfo.st_ino; in process_fsdir()
1322 struct stat64 statinfo; in process_fsgroup() local
1350 xx = lstat64(attrfile, &statinfo); in process_fsgroup()
1361 size = (int)statinfo.st_size; in process_fsgroup()
1779 struct stat64 statinfo; in file_remove() local
1786 xx = stat64(namep, &statinfo); in file_remove()
1794 statp = &statinfo; in file_remove()
1820 xx = stat64(newname, &statinfo); in file_remove()
1823 xx = stat64(newname, &statinfo); in file_remove()