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 Dgetmntany.c91 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 Dstat.h37 #define stat64 stat macro
62 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
86 #define stat64 stat macro
H A Dmnttab.h75 struct stat64;
81 struct stat64 *statbuf);
/freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dgetmntany.c43 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 Dzutil_device_path_os.c106 struct stat64 statbuf; in zpool_label_disk_wait()
113 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
H A Dzutil_import_os.c106 struct stat64 statbuf; in zpool_open_func()
/freebsd/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h112 struct stat64 *, struct stat64 *);
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c106 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 Dstat.h43 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
H A Dmnttab.h77 struct stat64 *statbuf);
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c198 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 Dtranslate.c86 struct stat64 *statbuf) in parse_pathname()
224 struct stat64 statbuf; in translate_record()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c187 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 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
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 Dsanitizer_platform_limits_solaris.cpp68 unsigned struct_stat64_sz = sizeof(struct stat64);
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c543 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 Dseccomp.c145 ALLOW_RULE(stat64); in enable_sandbox()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h133 #define stat64 stat macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfile.c183 struct stat64 st; in main()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp238 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c138 struct stat64 statbuf; in zpool_clear_label()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c933 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 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