| /freebsd/sys/contrib/openzfs/lib/libspl/os/linux/ |
| H A D | getmntany.c | 91 struct stat64 st; in getextmntent_impl() 103 if (stat64(mp->mnt_mountp, &st) != 0) { in getextmntent_impl() 116 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) in getextmntent() 118 struct stat64 st; in getextmntent() 139 if (stat64(path, statbuf) != 0) { in getextmntent() 181 if (stat64(entry->mnt_mountp, &st) != 0) { in getextmntent()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | stat.h | 37 #define stat64 stat macro 62 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk() 86 #define stat64 stat macro
|
| H A D | mnttab.h | 75 struct stat64; 81 struct stat64 *statbuf);
|
| /freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | getmntany.c | 43 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) in getextmntent() 52 if (stat64(path, statbuf) != 0) { in getextmntent()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_device_path_os.c | 106 struct stat64 statbuf; in zpool_label_disk_wait() 113 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
|
| H A D | zutil_import_os.c | 106 struct stat64 statbuf; in zpool_open_func()
|
| /freebsd/cddl/contrib/opensolaris/lib/libcmdutils/ |
| H A D | libcmdutils.h | 112 struct stat64 *, struct stat64 *);
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 106 struct stat64 statbuf; in zpool_open_func() 120 if (stat64(rn->rn_name, &statbuf) != 0 || in zpool_open_func() 618 struct stat64 statbuf; in zpool_label_disk_wait() 623 if (stat64(name, &statbuf) == 0 && errno == 0) in zpool_label_disk_wait() 654 struct stat64 statbuf; in zpool_label_disk_wait() 661 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | stat.h | 43 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
|
| H A D | mnttab.h | 77 struct stat64 *statbuf);
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 198 struct stat64 sb = { 0 }; in find_shares_object() 203 if (stat64(fullpath, &sb) != 0) { in find_shares_object()
|
| /freebsd/sys/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 86 struct stat64 *statbuf) in parse_pathname() 224 struct stat64 statbuf; in translate_record()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 187 struct stat64 *statbuf, boolean_t *wholedisk) in is_shorthand_path() 194 if (*wholedisk || (stat64(path, statbuf) == 0)) in is_shorthand_path() 276 struct stat64 statbuf; in make_leaf_vdev() 303 if (!wholedisk && (stat64(path, &statbuf) != 0)) { in make_leaf_vdev() 550 struct stat64 statbuf; in get_replication() 630 err = stat64(path, &statbuf); in get_replication() 963 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 317 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() 433 struct stat64 buf64; in internal_stat() 440 struct stat64 buf64; in internal_stat() 441 int res = internal_syscall(SYSCALL(stat64), path, &buf64); in internal_stat() 471 struct stat64 buf64; in internal_lstat() 478 struct stat64 buf64; in internal_lstat() 509 struct stat64 buf64; in internal_fstat()
|
| H A D | sanitizer_platform_limits_solaris.cpp | 68 unsigned struct_stat64_sz = sizeof(struct stat64);
|
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 543 struct stat64 st; in zfs_file_open() 545 if (!(flags & O_CREAT) && stat64(path, &st) == -1) in zfs_file_open() 795 struct stat64 st; in zfs_file_getattr()
|
| /freebsd/contrib/file/src/ |
| H A D | seccomp.c | 145 ALLOW_RULE(stat64); in enable_sandbox()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 133 #define stat64 stat macro
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | mkfile.c | 183 struct stat64 st; in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 238 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 138 struct stat64 statbuf; in zpool_clear_label()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 933 struct stat64 statbuf; in zpool_read_label_slow() 1013 struct stat64 statbuf; in zpool_read_label() 1638 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()
|