Lines Matching refs:stat64
214 struct stat64 sb; in get_mount_point()
216 if (stat64(devname, &sb) < 0) { in get_mount_point()
229 struct stat64 ms; in get_mount_point()
235 if (stat64(mnt->mnt_fsname, &ms) < 0) in get_mount_point()
339 const struct stat64 *buf, int flag EXT2FS_ATTR((unused)), in calc_entry_counts()
521 static int file_check(int fd, const struct stat64 *buf, const char *file, in file_check()
1038 static int file_statistic(const char *file, const struct stat64 *buf, in file_statistic()
1302 const struct stat64 *buf, struct fiemap_extent_list *ext_list_head) in call_defrag()
1400 static int file_defrag(const char *file, const struct stat64 *buf, in file_defrag()
1679 struct stat64 buf; in main()
1742 struct stat64 buf2; in main()
1744 if (stat64(argv[i], &buf2) == 0 && in main()