Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dmnttab.c63 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 Dstat.h26 #define stat64 stat macro
51 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
75 #define stat64 stat macro
H A Dmnttab.h49 struct stat64;
54 struct stat64 *statbuf);
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c117 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 Dzutil_device_path_os.c96 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 Dgetextmntent.c32 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 Dzutil_import_os.c91 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 Dlibcmdutils.h112 struct stat64 *, struct stat64 *);
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dzfs_file_os.c46 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 Dstat.h32 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
H A Dmnttab.h50 struct stat64 *statbuf);
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c188 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 Dtranslate.c76 struct stat64 *statbuf) in parse_pathname()
225 struct stat64 statbuf; in translate_record()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c177 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 Dsanitizer_platform_limits_linux.cpp70 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
H A Dsanitizer_linux.cpp43 # 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 Dsanitizer_platform_limits_solaris.cpp69 unsigned struct_stat64_sz = sizeof(struct stat64);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h122 #define stat64 stat macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfile.c172 struct stat64 st; in main()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp236 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()
/freebsd/contrib/file/src/
H A Dseccomp.c194 ALLOW_RULE(stat64); in enable_sandbox()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c128 struct stat64 statbuf; in zpool_clear_label()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1007 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 Dpjdfstest.c58 typedef struct stat64 stat_t;
1035 rval = stat64(STR(0), &sb); in call_syscall()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c222 struct stat64 st; in ctf_fdopen()

12