| /freebsd/sys/contrib/openzfs/lib/libspl/os/linux/ |
| H A D | mnttab.c | 63 struct stat64 st; in getextmntent_impl() 75 if (stat64(mp->mnt_mountp, &st) != 0) { in getextmntent_impl() 86 getextmntent(const char *path, struct mnttab *entry, struct stat64 *statbuf) in getextmntent() 88 struct stat64 st; in getextmntent() 110 if (stat64(path, statbuf) != 0) { in getextmntent() 158 if (stat64(entry->mnt_mountp, &st) != 0) in getextmntent()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | stat.h | 26 #define stat64 stat macro 51 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk() 75 #define stat64 stat macro
|
| H A D | mnttab.h | 49 struct stat64; 54 struct stat64 *statbuf);
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_import_os.c | 117 dev_stat_probe_ok(const struct stat64 *statbuf) in dev_stat_probe_ok() 135 struct stat64 statbuf; in zpool_dev_probe_ok() 140 if (stat64(path, &statbuf) != 0) in zpool_dev_probe_ok() 155 struct stat64 statbuf; in zpool_dev_probe_ok_fd() 167 struct stat64 statbuf; in zpool_open_func()
|
| H A D | zutil_device_path_os.c | 96 struct stat64 statbuf; in zpool_label_disk_wait() 103 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | getextmntent.c | 32 getextmntent(const char *path, struct mnttab *entry, struct stat64 *statbuf) in getextmntent() 41 if (stat64(path, statbuf) != 0) { in getextmntent()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 91 dev_stat_probe_ok(const struct stat64 *statbuf) in dev_stat_probe_ok() 107 struct stat64 statbuf; in zpool_dev_probe_ok() 113 if (stat64(path, &statbuf) != 0) in zpool_dev_probe_ok() 128 struct stat64 statbuf; in zpool_dev_probe_ok_fd() 649 struct stat64 statbuf; in zpool_label_disk_wait() 654 if (stat64(name, &statbuf) == 0 && errno == 0) in zpool_label_disk_wait() 685 struct stat64 statbuf; in zpool_label_disk_wait() 692 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
|
| /freebsd/cddl/contrib/opensolaris/lib/libcmdutils/ |
| H A D | libcmdutils.h | 112 struct stat64 *, struct stat64 *);
|
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | zfs_file_os.c | 46 struct stat64 st; in zfs_file_open() 48 if (!(flags & O_CREAT) && stat64(path, &st) == -1) in zfs_file_open() 298 struct stat64 st; in zfs_file_getattr()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | stat.h | 32 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
|
| H A D | mnttab.h | 50 struct stat64 *statbuf);
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 188 struct stat64 sb = { 0 }; in find_shares_object() 193 if (stat64(fullpath, &sb) != 0) { in find_shares_object()
|
| /freebsd/sys/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 76 struct stat64 *statbuf) in parse_pathname() 225 struct stat64 statbuf; in translate_record()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 177 struct stat64 *statbuf, boolean_t *wholedisk) in is_shorthand_path() 184 if (*wholedisk || (stat64(path, statbuf) == 0)) in is_shorthand_path() 266 struct stat64 statbuf; in make_leaf_vdev() 293 if (!wholedisk && (stat64(path, &statbuf) != 0)) { in make_leaf_vdev() 540 struct stat64 statbuf; in get_replication() 620 err = stat64(path, &statbuf); in get_replication() 953 struct stat64 statbuf; in make_disks()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_linux.cpp | 70 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
|
| H A D | sanitizer_linux.cpp | 43 # define stat64 kernel_stat64 macro 55 # undef stat64 348 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() 465 struct stat64 buf64; in internal_stat() 472 struct stat64 buf64; in internal_stat() 473 int res = internal_syscall(SYSCALL(stat64), path, &buf64); in internal_stat() 504 struct stat64 buf64; in internal_lstat() 511 struct stat64 buf64; in internal_lstat() 542 struct stat64 buf64; in internal_fstat()
|
| H A D | sanitizer_platform_limits_solaris.cpp | 69 unsigned struct_stat64_sz = sizeof(struct stat64);
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 122 #define stat64 stat macro
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | mkfile.c | 172 struct stat64 st; in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 236 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()
|
| /freebsd/contrib/file/src/ |
| H A D | seccomp.c | 194 ALLOW_RULE(stat64); in enable_sandbox()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 128 struct stat64 statbuf; in zpool_clear_label()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1007 struct stat64 statbuf; in zpool_read_label_slow() 1087 struct stat64 statbuf; in zpool_read_label() 1720 struct stat64 statbuf; in zpool_find_import_cached()
|
| /freebsd/contrib/pjdfstest/ |
| H A D | pjdfstest.c | 58 typedef struct stat64 stat_t; 1035 rval = stat64(STR(0), &sb); in call_syscall()
|
| /freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
| H A D | ctf_lib.c | 222 struct stat64 st; in ctf_fdopen()
|