Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c89 struct stat64 st; in getextmntent_impl()
93 if (stat64(mp->mnt_mountp, &st) != 0) { in getextmntent_impl()
106 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf)
108 struct stat64 st;
123 if (stat64(path, statbuf) != 0) {
158 if (stat64(entry->mnt_mountp, &st) != 0) {
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dgetmntany.c41 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) in getextmntent()
50 if (stat64(path, statbuf) != 0) { in getextmntent()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dstat.h35 #define stat64 stat macro
60 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
H A Dmnttab.h74 struct stat64;
80 struct stat64 *statbuf);
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_device_path_os.c105 struct stat64 statbuf; in zpool_label_disk_wait()
112 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
H A Dzutil_import_os.c103 struct stat64 statbuf; in zpool_open_func()
/f-stack/freebsd/contrib/openzfs/cmd/zvol_id/
H A Dzvol_id_main.c60 struct stat64 statbuf; in main()
71 error = stat64(dev_name, &statbuf); in main()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c172 struct stat64 sb = { 0 }; in find_shares_object()
177 if (stat64(fullpath, &sb) != 0) { in find_shares_object()
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c176 struct stat64 statbuf; in zfs_mod_supported_impl()
177 supported = !!(stat64(path, &statbuf) == 0); in zfs_mod_supported_impl()
203 struct stat64 statbuf; in zfs_mod_supported()
204 if ((stat64(ZFS_SYSFS_DIR, &statbuf) == 0) && in zfs_mod_supported()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c106 struct stat64 statbuf; in zpool_open_func()
131 if (stat64(rn->rn_name, &statbuf) != 0 || in zpool_open_func()
644 struct stat64 statbuf; in zpool_label_disk_wait()
649 if (stat64(name, &statbuf) == 0 && errno == 0) in zpool_label_disk_wait()
680 struct stat64 statbuf; in zpool_label_disk_wait()
687 if ((stat64(path, &statbuf) == 0) && (errno == 0)) { in zpool_label_disk_wait()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dstat.h37 fstat64_blk(int fd, struct stat64 *st) in fstat64_blk()
H A Dmnttab.h76 struct stat64 *statbuf);
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dtranslate.c85 struct stat64 *statbuf) in parse_pathname()
222 struct stat64 statbuf; in translate_record()
/f-stack/freebsd/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()
304 if (!wholedisk && (stat64(path, &statbuf) != 0)) { in make_leaf_vdev()
567 struct stat64 statbuf; in get_replication()
642 err = stat64(path, &statbuf); in get_replication()
943 struct stat64 statbuf; in make_disks()
/f-stack/app/redis-5.0.5/src/
H A Dconfig.h45 #define redis_stat stat64
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c176 struct stat64 st; in main()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1053 struct stat64 st; in zfs_file_open()
1055 if (!(flags & O_CREAT) && stat64(path, &st) == -1) in zfs_file_open()
1305 struct stat64 st; in zfs_file_getattr()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h230 #define stat64 stat macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c146 struct stat64 statbuf; in zpool_clear_label()
H A Dlibzfs_util.c1136 struct stat64 statbuf;
H A Dlibzfs_pool.c463 struct stat64 statbuf; in zpool_valid_proplist()
662 (stat64(strval, &statbuf) != 0 || in zpool_valid_proplist()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c889 struct stat64 statbuf; in zpool_read_label()
1381 struct stat64 statbuf; in zpool_find_import_cached()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c72 struct stat64 stat; in read_map()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3880 struct stat64 statbuf; in dump_cachefile()
4593 struct stat64 statbuf; in dump_label()
4610 if (dev[0] != '/' && stat64(path, &statbuf) != 0) { in dump_label()
4619 if (error || (stat64(path, &statbuf) != 0)) { in dump_label()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7198 struct stat64 statbuf; in unshare_unmount_path()
7237 if (stat64(entry.mnt_mountp, &statbuf) != 0) { in unshare_unmount_path()

12